#menu, #menu ul {
	padding:0; 
	margin:0; 
	list-style:none; 
	height:22px; 
	background:#4DBD33;
	border-bottom:1px solid #fff;
	font-size: 12px;
    font-family: verdana, helvetica, sans-serif;
    z-index: 2000;
}

#menu li.absright {float:right;color:#fff; height:22px; line-height:22px; text-decoration:none;padding-right:5px;}

#menu {padding-left:1px;}
#menu li.first {border-left:1px solid #fff;}
#menu table {border-collapse:collapse; width:0; height:0; padding:0; margin:-1px;}
#menu ul {position:absolute; left:-9999px;}
#menu li {float:left; border-right:1px solid #fff;}
#menu li a {white-space:nowrap; background:#4DBD33; display:block; float:left; height:22px; line-height:22px; text-decoration:none; color:#fff; padding:0 20px 0 10px;}
#menu li a.drop {background:#4DBD33 url(images/down.gif) no-repeat right center;}
#menu li a:hover {position:relative; color:#FFFFFF; background-color:#003300;}
#menu li:hover {position:relative;}
#menu li:hover > a {color:#FFFFFF;}

#menu :hover ul {left:-1px; top:22px; width:120px; padding-top:1px; border-bottom:0;}
#menu :hover ul li a {border-left:1px solid #fff; height:20px; line-height:20px; width:120px; border-bottom:1px solid #fff; font-size:12px;}
#menu :hover ul li a.right {background:#4DBD33 url(images/right.gif) no-repeat 135px center;}

#menu :hover ul ul {left:-9999px; padding-top:0;}
#menu :hover ul li.fly a:hover {padding-left:161px; border-bottom-color:#fff; background:#ccc url(images/down.gif) no-repeat right center;}
#menu :hover ul li.fly:hover > a {padding-left:160px; border-bottom-color:#fff; background:#ccc url(images/down.gif) no-repeat right center;}
#menu :hover ul :hover ul {left:150px; top:21px;}
#menu :hover ul :hover ul ul {left:-9999px;}

#menu :hover ul :hover ul li a:hover {padding-left:10px; border-color:#fff; background:#ccc;}
#menu :hover ul :hover ul li.fly a:hover {padding-left:161px; border-bottom-color:#fff; background:#ccc url(images/down.gif) no-repeat right center;}
#menu :hover ul :hover ul li.fly:hover > a {padding-left:160px; border-bottom-color:#fff; background:#ccc url(images/down.gif) no-repeat right center;}

#menu :hover ul :hover ul :hover ul {left:150px;}
#menu :hover ul :hover ul :hover ul li a:hover {padding-left:10px; border-color:#fff; background:#ccc;}
