@charset "UTF-8";
/* CSS Document */

#topnav {
	height: 35px;
	width: 100%; 
	border-bottom: solid 1px #333; 
	background: url(../images/topnavbg.jpg) repeat-x; 
	overflow: hidden;
	}
#topnavpadding {}
#topnav ul {padding: 0px; margin: 0px;}
#topnav li {
	color: #666; 
	text-align: center; 
	margin: 0px 8px; 
	padding: 0px 8px; 
	text-indent: 0px; 
	float: left; 
	list-style: none;
	}
#topnav li:hover {
	background: #999; 
	color: #fff; 
	border-left: solid 1px #666; 
	border-right: solid 1px #666;
	}
#topnav li a {
	text-align: center; 
	text-decoration: none; 
	color: inherit; 
	font-family: Verdana; 
	font-size: 14px; 
	line-height: 35px;
	}

#topnav .submenu {
	z-index: 500;
	display: none; 
	position: absolute; 
	margin-top: -1em; 
	margin-left: 50px; 
	padding: 5px; 
	background: #fff; 
	border: solid 1px #ccc;
	}
#topnav .submenu li {
	position: relative; 
	clear: both; 
	list-style:inside;
	}

