


#menu {
	border-top: 1px solid #ffffff;
	background: #321C0F url(/images/nav_grad.jpg) repeat-x;
	margin: 0;
	list-style: none;
	position: relative;
	z-index: 500;
	float: left;
	width: 940px;
}

#menu li {
	float:left;
	text-indent: 0px;
}

#menu li.first {margin-left: -30px;}

#menu li.top_level {margin-right: 10px;}

#menu li a {display:block; float:left; color:#ffffff; text-decoration:none; font-size: 120%; padding: 11px 10px;}
#menu li a.current {background: #538F35 url(/images/nav_hover_grad.jpg) repeat-x;}


#menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

#menu li a:hover {z-index:200; position:relative;color:#fff; background: #538F35 url(/images/nav_hover_grad.jpg) repeat-x;}
#menu li:hover {position:relative; z-index:200;}

#menu li:hover > a {color:#fff;}
#menu li:hover > a.sub {color:#fff;}


#menu :hover ul {left:0; top:40px; width:200px; background: #538F35 url(/images/nav_hover_grad.jpg) repeat-x;}

/* keep the 'next' level invisible by placing it off screen. */
#menu ul, 
#menu :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#menu :hover ul :hover ul
{left:120px; top:-1px; background:#538F35; white-space:nowrap; width:200px; z-index:200; height:auto;}

#menu :hover ul li {margin:0;}
#menu :hover ul li a {width:200px; padding:0; text-indent:10px; background:#321C0F; color:#ffffff; height:25px; line-height:25px;}

#menu :hover ul :hover {background-color:#538F35; color:#fff;}

.current {background: #538F35 url(/images/nav_hover_grad.jpg) repeat-x;}