
body{
font-family:tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

#menu {padding:0; margin: 0 6px 0 6px; list-style:none; height:30px; position:relative; z-index:500; background:#1A1A1A}
#menu li {float:left; margin-right:1px;}
#menu li a {display:block; float:left; height:30px; line-height:30px; color:#fff; text-decoration:none; padding:0 15px 0 15px;}


#menu 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 li a:hover {z-index:200; position:relative;color:#44C7F4;
background-image:url(/image/html/bg_menu_selected.gif);
background-repeat:no-repeat; background-position:top;}
#menu li:hover {position:relative; z-index:200;}

#menu li:hover > a {color:#44C7F4; background-image:url(/image/html/bg_menu_selected.gif);
background-repeat:no-repeat; background-position:top;}
#menu li > a.selected {color:#44C7F4; background-image:url(/image/html/bg_menu_selected.gif);
background-repeat:no-repeat; background-position:top;}
#menu li:hover > a.sub {color:#44C7F4;}

#menu li.current a {color:#fff; }


#menu :hover ul {left:5px; top:30px; width:180px; background:#444;}

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

#menu :hover ul li {margin:0; border-top:1px solid #666;}
#menu :hover ul li a {width:160px; padding:0; text-indent:10px; background:#1A1A1A; color:#fff; height:30px; line-height:30px;}

#menu :hover ul :hover {background-color:#333; color:#44C7F4;}
