#topNav{
	position:absolute;
	width:555px;
	height:15px;
	color:#FFFFFF;
	padding:0px;
	margin:0px;
	z-index:30;
	left: 331px;
	top: 73px;
	
}
#topNav ul{
	padding: 0;
	margin: 0;
	list-style: none;
	border-top: 1px dotted #ffffff;
	/*border-right: 1px solid #1f2635;*/
	z-index:60;
	line-height: 1;
}
#topNav li {
	float: left;
	padding: 0;
	margin: 0;
	list-style:none;
}
#topNav a {
	display: block;
	padding: 10px 5px 5px 5px;
	text-decoration: none;
	color: #dee0e5;
	height: 15px;
	width:70px;
	margin:0px;
	text-align:center;
}
#topNav ul li a:hover {
	background: #669BD1;
	color: #fff;
	text-decoration: underline;
	
}
#topNav li ul { /* second-level lists */
	position:absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	height:auto;
	width:170px;
	padding:0px;
	margin:0px;
	background-color:#000000;
	border:none!important;
	/*background:url(/images/clear.gif);/* trick to keep'em open */
	z-index: 70;
}
#topNav li ul li a{
	background-color:#669BD1;
	display:block;
	width:160px;
	height:15px;
	border:0px;
	border-style:none;
	text-align:left!important;

}
/*/////////////////////3rd row stuff*/
#topNav li ul ul {
	margin: -3em 0 0 10em;
	border:1px dotted #ffffff!important;
}

#topNav li:hover ul ul, #topNav li.sfhover ul ul {
	left: -999em;
}
#topNav li:hover ul, #topNav li li:hover ul, #topNav li.sfhover ul, #topNav li li.sfhover ul {
	left: auto;
	background:#eda;
	
}
/*////////////////////////////*/
