#menu-nav {padding:0; margin:0; list-style:none; height:40px; width:900; position:relative; z-index:500; font-family:arial, verdana, sans-serif; background: url("gfx/nav-bg1.gif") no-repeat right top;}
#menu-nav li {float:left; margin-right:1px;}
#menu-nav li a {display:block; float:left; height:30px; line-height:30px; background:#157D00; color:#ccc; text-decoration:none; font-size:11px; padding:0 30px;}


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

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#menu-nav li a:hover {z-index:200; position:relative;color:#fff; background-color:#157D00;}
#menu-nav li:hover {position:relative; z-index:200;}

#menu-nav li:hover > a {color:#fff; background:#126600;}
#menu-nav li:hover > a.sub {color:#fff; background-color:#157D00;}

#menu-nav li.current a {color:#fff; background:#157D00;}

#menu-nav li a.sub {background: #157D00 url(down-arrow.gif) no-repeat right center;}
#menu-nav li.current a.sub {background:#157D00  url(down-arrow.gif) no-repeat right center;}
/*-----space----*/
#menu-nav :hover ul {left:0; top:30px; width:150px; background:#444;}

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

#menu-nav :hover ul :hover ul
{left:160px; top:-1px; background:#222; white-space:nowrap; width:100px; z-index:200; height:auto;}

#menu-nav :hover ul li {margin:0; border-top:1px solid #157D00;}
#menu-nav :hover ul li a {width:200px; padding:0; text-indent:10px; background:#157D00; color:#ccc; height:30px; line-height:30px;}
#menu-nav :hover ul li a.fly {background:#157D00 url(right-arrow.gif) no-repeat right center;}

#menu-nav :hover ul :hover {background-color:#157601; color:#fff;}
#menu-nav :hover ul :hover a.fly {background-color:#157601; color:#fff;}

#menu-nav :hover ul li.currentsub a {background:#157D00; color:#fff;}
#menu-nav :hover ul li.currentsub a.fly {background:#157D00 url(right-arrow.gif) no-repeat right center; color:#fff;}

#menu-nav :hover ul :hover ul li a {width:140px; padding:0; text-indent:10px; background:#157D00; color:#ccc;}
#menu-nav :hover ul :hover ul :hover {background-color:#126600; color:#fff;}

#menu-nav :hover ul :hover ul li.currentfly a,
#menu-nav :hover ul :hover ul li.currentfly a:hover {background:#840; color:#fff;}

ul.sub_inner{
	border:1 px solid #fff;
	
}
ul.sub_inner li{
	width:210px;
	background:#157D00;
	float:left;
}
