#menu {
	padding: 0;
	margin: 170px 0 0 0;
	list-style: none;
	height: 28px;
	position: relative;
	z-index: 300;
	float: left;
}

#menu li {
	float:left;
}

#menu li.top_level {margin-right: 12px}
#menu li.current a {background:#0066CC; color:#ffffff;}

#menu li a {display:block; float:left; color:#024D73; text-decoration:none; font-size:12px; padding:4px 6px;}


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

#menu li:hover a {color:#fff; background:#609FDF;}
#menu li:hover a.sub {color:#fff; background-color:#609FDF;}


#menu :hover ul {left:0; top:22px; width:120px; background:#0066CC;}

/* 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;}
#menu :hover ul li a {width:160px; padding:0; text-indent:10px; background:#0066CC; color:#ffffff; height:22px; line-height:22px;}

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