
ul#topnav {
float: left;
position: relative;
}


ul#topnav li span {
		
	float: left;
	position: absolute;
	left:50px;
	 top:43px;
	 z-index:0;
	 font-weight:bold;
	display: none;
	background: #000;
	color: #fff !important;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

ul#topnav li:hover span { display: block; list-style: none; font-weight:bold; border:0px;
}
ul#topnav li span a { display: inline; list-style: none; 	font-weight:bold; border:0px;
}
ul#topnav li span a:hover {text-decoration: underline; list-style: none; font-weight:bold;	border:0px;
}
