#menu {padding:0; margin:1px 0 0 0; list-style:none; height:28px; position:relative; z-index:500; float: left;}
#menu li {float:left; border-right: 1px solid #ffffff;}
#menu li.last {border-right: 0px solid #000000;}
#menu li a {display:block; float:left; height:28px; line-height:28px; background:#194C77; color:#ffffff; text-decoration:none; font-size:11px; padding:0 14px 0 14px;}
#menu li.sub a {display:block; float:left; height:28px; line-height:28px; background:#194C77; color:#ffffff; text-decoration:none; font-size:11px; padding:0 25px 0 15px;}


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

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


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

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

/* 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:#194C77; color:#ffffff; height:28px; line-height:28px;}

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