
#topnav {
	line-height: 36px;
	list-style-type: none;
	color:#FFFFFF;
	background: #0082c3;
	position: absolute;
	top: 100px;
	left:50%;
	margin-left:-360px;
	font-size: 14px;
}

#topnav{
	border-radius: 3px;
}



#topnav a {
	display: block;
	width: 120px;
	text-align: center
}

#topnav a:link {
	color: #FFFFFF;
	text-decoration: none
}

#topnav a:visited {
	color: #FFFFFF;
	text-decoration: none
}

#topnav a:hover {
	color: #FFF;
	text-decoration: none;
	/*font-weight: bold*/
}

#topnav li {
	float: left;
	width: 120px;
	/*background: #0082c3;*/
}

#topnav li a:hover,.sfhover {
	background: #29547D;
}



#topnav li ul {
	line-height: 27px;
	list-style-type: none;
	text-align: left;
	left: -999em;
	width: 120px;
	position: absolute
}

#topnav li ul li {
	float: left;
	width: 120px;
	background: #29547D
}

#topnav li ul a {
	display: block;
	width: 100px;
	text-align: left;
	padding-left: 20px;
	overflow: hidden
}

#topnav li ul a:link {
	color: #FFFFFF;
	text-decoration: none
}

#topnav li ul a:visited {
	color: #FFFFFF;
	text-decoration: none
}

#topnav li ul a:hover {
	color: #F3F3F3;
	text-decoration: none;
	/*font-weight: normal;*/
	background: #009944
}

#topnav li:hover ul {
	left: auto
}

#topnav li.sfhover ul {
	left: auto
}


