
/* Nav Styles */

#navSet {
	background-color: #ffffff;
	width: 423px;
	height: 200px;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
}

#navLines {
	width: 387px;
	height: 82px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#navLineOne {
	float: left;
	width: 387px;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#navLineTwo {
	float: left;
	width: 387px;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#navT { 
	width: 387px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	background: url(/img/nav/navT.jpg) repeat-x;
	list-style: none;
	overflow: hidden
}

#navB { 
	width: 387px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	background: url(/img/nav/navB.jpg) repeat-x;
	list-style: none;
	overflow: hidden
}

#navLines li {
	position: absolute;
	overflow: hidden;
	font-size: 1em;	 
}

#navT li, #navT li * { height: 32px }
#navB li, #navB li * { height: 50px }
#navLines a { display: block }

#navT em, #navT span { 
	display: block;
	position: absolute;
	top: 0; left: 0;
	z-index: 1;
	background: url(/img/nav/navT.jpg) no-repeat; 
	cursor: pointer;
}

#navB em, #navB span { 
	display: block;
	position: absolute;
	top: 0; left: 0;
	z-index: 1;
	background: url(/img/nav/navB.jpg) no-repeat; 
	cursor: pointer;
}

#navLines span { display: none }


/* topLine image sizes: 95 96 103 93*/

#n-about, #n-about * { width: 95px }
#n-about { left: 0px }
#n-about em { background-position: 0px 0 }
#n-about:hover em, #n-about span, #about #n-about em { background-position: 0px -32px }

#n-events, #n-events * { width: 96px }
#n-events { left: 95px }
#n-events em { background-position: -95px 0 }
#n-events:hover em, #n-events span, #events #n-events em { background-position: -95px -32px }

#n-sustain, #n-sustain * { width: 103px }
#n-sustain { left: 191px }
#n-sustain em { background-position: -191px 0 }
#n-sustain:hover em, #n-sustain span, #sustain #n-sustain em { background-position: -191px -32px }

#n-line, #n-line * { width: 93px }
#n-line { left: 294px }
#n-line em { background-position: -294px 0 }
#n-line:hover em, #n-line span, #line #n-line em { background-position: -294px -32px }


/* bottomLine image sizes: 117 81 102 87*/

#n-gallery, #n-gallery * { width: 117px }
#n-gallery { left: 0px }
#n-gallery em { background-position: 0px 0 }
#n-gallery:hover em, #n-gallery span, #gallery #n-gallery em { background-position: 0px -50px }

#n-press, #n-press * { width: 81px }
#n-press { left: 117px }
#n-press em { background-position: -117px 0 }
#n-press:hover em, #n-press span, #press #n-press em { background-position: -117px -50px }

#n-inquire, #n-inquire * { width: 102px }
#n-inquire { left: 198px }
#n-inquire em { background-position: -198px 0 }
#n-inquire:hover em, #n-inquire span, #inquire #n-inquire em { background-position: -198px -50px }

#n-shop, #n-shop * { width: 87px }
#n-shop { left: 300px }
#n-shop em { background-position: -300px 0 }
#n-shop:hover em, #n-shop span, #shop #n-shop em { background-position: -300px -50px }

#navSet .over { text-indent: -999em }
#navSet .over em { background-image: none }
