#topNav {
	margin: 0 0 20px 0; 
	padding: 0;
	position: relative;
	width: 820px;
	height: 30px;
	background: url(../img/nav.gif) left top no-repeat;
	border-bottom: 1px solid #666;
}
#topNav ul {
	margin: 0; padding: 0;
	list-style: none;
	float: left;
}
#topNav ul li:hover ul, #topNav li.over ul { 
	display: block;
}
#topNav ul li {
	display: inline;
	position: relative;
}
#topNav ul li ul {
	z-index: 10;
	position: absolute;
	left: 192px;
	top: 30px;
	width: 230px;
	display: none;
}
#topNav ul li a:hover {
	text-decoration: none;
}
#topNav ul li a {
	float: left;
	height: 30px;
}
#topNav ul li a span {
	display: none;
}
#topNav ul li ul li a {
	width: 230px;
	height: 12px;
	background-color: #fff;
	display: block;
	text-decoration: none;
	padding: 7px;
	border: 1px solid #666;
}

#n1, #n2, #n3, #n4, #n5, #n6 {
	background: url(../img/nav.gif) no-repeat;
	position: absolute;
	top: 0px;
}

#n1 { left: 0px;   background-position: 0px    0px; width: 44px }
#n2 { left: 84px;  background-position: -84px  0px; width: 68px }
#n3 { left: 192px; background-position: -192px 0px; width: 75px }
#n4 { left: 307px; background-position: -307px 0px; width: 66px }
#n5 { left: 413px; background-position: -413px 0px; width: 80px }
#n6 { left: 533px; background-position: -533px 0px; width: 82px }

#n1.on { background-position: 0px    -30px; }
#n2.on { background-position: -84px  -30px; }
#n3.on { background-position: -192px -30px; }
#n4.on { background-position: -307px -30px; }
#n5.on { background-position: -413px -30px; }
#n6.on { background-position: -533px -30px; }

#n1:hover, #n1:focus { background-position: 0px    -60px; }
#n2:hover, #n2:focus { background-position: -84px  -60px; }
#n3:hover, #n3:focus { background-position: -192px -60px; }
#n4:hover, #n4:focus { background-position: -307px -60px; }
#n5:hover, #n5:focus { background-position: -413px -60px; }
#n6:hover, #n6:focus { background-position: -533px -60px; }

/* email link */
#n7 {
	position: absolute;
	top: 0px;
	left: 780px;
	width: 40px;
}



