#topnav {
	width:975px;
	height:30px;
	float:left;
	margin:0px;
	padding:0px;
	}
.topNav, .topNav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 30px;
	text-align: center !important;
}
.topNav a{
    width:139px;
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
	color:#FFFFFF;
	background-color:#3689B1;
	padding:3px 0px 3px 0;
	border-bottom:3px solid #3477A5;
}
.topNav a:hover{ 
	color:#FFFFFF;
	background-color: #3477A5;
	font-weight: normal;
}
.topNav a:visited, .topNav a:active{ 
	color:#FFFFFF;
	width:139px;
	font-weight: normal;
}
.topNavEnd, .topNavEnd ul {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 30px;
	text-align: center !important;
	border-right:1px dotted #FFFFFF;
}


.topNavEnd a{
	width:135px;
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
	color:#000000;
	background:#FFCC00;
	padding:3px 0px 3px 0;
	border-bottom:3px solid #FFA800;
}
.topNavEnd a:hover{ 
	width:135px;
	background:#FFA800;
	color:#333333;
	font-weight: normal;
}
.borderRight{
	border-right:1px dotted #FFFFFF;
}
.topNav b {
	display: block;
	line-height: 20px;
	padding: 0 5px;
	font-weight: normal;
	font-size: 13px;
}
.topNav li{
	float: left;
}
.topNav li ul {
	position: absolute;
	width: 139px;
	left: -999em;
	border-top: 1px solid #FFFFFF;
}
.topNav li:hover ul, .topNav li.csshover ul {
	left: auto;
	width: 139px !important;
	font-weight: normal;
}
.topNav li:hover > ul {
	left: auto;
	width: 139px !important;
}
.topNav iframe {
	position: absolute;
	z-index: -1;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: none;
	width: 108px;
}
li.csshover iframe {
	left: auto;
	display: block;
}
.lastHover li.csshover iframe {
	left: 666px !important;
	display: block;
}
.topNav li li a {
	padding: 3px 3px 3px 5px;
	margin: 0;
	color: #FFF;
	width: 131px !important;
	text-align: left;
	background-color: #3689B1;
	font-size: 11px;
	border-bottom:1px solid #FFFFFF;
	font-weight: normal;
}
.topNav li li a:hover {
	background: #FFCC00;
	color: #333333;
	border-bottom:1px solid #FFFFFF;
	font-weight: normal;
}