/* main Nav setup */

#mainNav li { top: 0px;	position: absolute;	height:39px; }
#mainNav li, #mainNav a { display:block; height:39px; }

#n1 { width:38px; left:0px; }
#n1 a:hover { background-image:url(../images/nav2.jpg); background-position:0px; }

#n2 { width:128px; left:40px; }
#n2 a:hover { background-image:url(../images/nav2.jpg); background-position:-40px; }

#n3 { width:146px; left:170px; }
#n3 a:hover { background-image:url(../images/nav2.jpg); background-position:-170px; }

#n4 { width:105px; left:318px; }
#n4 a:hover { background-image:url(../images/nav2.jpg); background-position:-318px; }

#n5 { width:122px; left:425px; }
#n5 a:hover { background-image:url(../images/nav2.jpg); background-position:-425px; }

#n6 { width:79px; left:549px; }
#n6 a:hover { background-image:url(../images/nav2.jpg); background-position:-549px; }

#n7 { width:96px; left:630px; }
#n7 a:hover { background-image:url(../images/nav2.jpg); background-position:-630px; }

#n8 { width:155px; left:728px; }
#n8 a:hover { background-image:url(../images/nav2.jpg); background-position:-728px; }

#n9 { width:112px; left:885px; }
#n9 a:hover { background-image:url(../images/nav2.jpg); background-position:-885px; }


/* sub navs */
.subNav {
	background-color: #A5C4C1;
	color: #005751;
	font-size: 1em;
	position: absolute;
	top: 39px;
	width: 175px;
	display: none;
	z-index: 100;
	text-align: center;
}
.subNav li a {
	color: #005751;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #005751;
	display: block;
	padding: 10px;
	text-align: center;
}
.subNav li a:hover {
	background-color:#BFD5D3;
}
.subNav li:last-child a {
	border:none;

}

#sub2 {	left: 18px;}
#sub3 { left: 158px;}
#sub4 { left: 285px;}
#sub5 { left: 400px;}
#sub6 { left: 505px;}
#sub7 { left: 592px;}
#sub8 { left: 718px;}
