#menu {padding:0; margin:0; list-style:none; height:28px; position:relative; z-index:500; float: right;}
#menu li {float:left; border-left: 1px solid #ffffff;}
#menu li a {display:block; float:left; height:28px; line-height:28px; background:#01562C; color:#ffffff; text-decoration:none; font-size:11px; padding:0 30px 0 20px;}


#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-color:#669966;}
#menu li:hover {position:relative; z-index:200;}

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


#menu li a.sub {background: #01562C url(/images/down-arrow.gif) no-repeat right center;}

#menu :hover ul {left:0; top:28px; width:120px; background:#01562C;}

/* 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:#222; white-space:nowrap; width:100px; z-index:200; height:auto;}

#menu :hover ul li {margin:0; border-top:1px solid #ffffff;}
#menu :hover ul li a {width:160px; padding:0; text-indent:10px; background:#01562C; color:#ffffff; height:28px; line-height:28px;}

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