#menu { /* all lists */
background:url("/style/graphics/topnavbg.png") repeat-x scroll 0 0 transparent;
float:left;
height:30px;
list-style:none outside none;
margin-left:72px;
position:relative;
top:-15px;
width:770px;
z-index:300;
}
#menu .current {
	background-color: #3d3d3d;
	height: 30px;
	}
#menu ul { /* all lists */
	float:left; 
	height:30px;
	list-style: none; 
	list-style-position:outside;
	margin-left:13px;
	position:relative;
	width:966px;
	z-index:300;
}

#menu li { 
float:left;
margin:0px;
line-height:29px; 
position:relative;

}		

#menu li a { 
	color: #fff;
	display: block;
	float: left;
	font-size: 12px;
	text-decoration: none;
	text-transform: capitalize; 
	padding-left:24px;
	padding-right:25px;
}

#menu li a:hover, #menu li a.current {

}

#menu li ul { /* second-level lists */
border-width:0 1px 1px;
display:none;
position:absolute;
width:145px;
z-index:400;
}
#menu li ul li {
	margin: 0;
	width: 145px;
	display:block;
	position:relative;
	z-index:1000;
	background-color: #709c11;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #709c11;padding-right:12px;
}
#menu li ul li a { background: none;  margin: 0; text-transform:none; height:30px; line-height:30px;}
#menu li ul li a:hover, #menu li ul li a.current  { background: none;}
#menu li>ul {
	background:transparent none repeat scroll 0 0; top: auto; left: auto;}
#menu li:hover ul, #menu li.over ul {display: block; top: 29px; left: -13px; background-color:#3d3d3d; }
#topnavleft { /* all lists */
background:url("/style/graphics/topnavleft.png");
float:left;
height:30px;
right:20px;
position:relative;
width:20px;
z-index:320;
}
#topnavright { /* all lists */
background:url("/style/graphics/topnavright.png");
float:right;
height:30px;
left:20px;
position:relative;
width:20px;
z-index:320;
}

