#pad {height:140px;}
#menu ul { padding:0px; margin:0px; list-style:none;}
#menu {padding-top:3px; margin:0; list-style:none; height:45px; position:relative; z-index:500; font-family:arial, verdana, sans-serif; background-image:url(../images/menu_bg.jpg);
background-repeat:no-repeat; }
#menu li {float:left;  padding:0px 0px;}
#menu li a {display:block; float:left; height:39px; color:#4d4d4d; text-decoration:none; font-size:13px; font-weight:bold;  text-align:center; padding:0px 0px; }

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

#menu li:hover > a {color:#d7aa51; background:#d7d7d7;}

#menu li:hover > a.sub {color:#1d99f1; background-color:#d7d7d7;}

#menu li.current a {color:#1d99f1; background:#dff2ff;}

#menu li a.sub {background:url(../images/drop.gif) #dff2ff no-repeat right center;}
#menu li.current a.sub {color:1d99f1; background:#dff2ff url(down-arrow.gif) no-repeat right center;;}

#menu :hover ul {left:0; top:39px; width:120px; background:#0c0a0b;}

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

#menu :hover ul li {margin:0; }
#menu :hover ul li a {width:260px; padding:0; text-indent:10px; background:#0c0a0b; color:#4d4d4d; height:30px; line-height:30px; text-align:left; border-top:1px solid #2b2b2b}
#menu :hover ul li a.fly {background:#1d1d1d url(right-arrow.gif) no-repeat right center;}

#menu :hover ul :hover {background-color:#1d1d1d; color:#d7aa51;}
#menu :hover ul :hover a.fly {background-color:#d7d7d7; color:#4d4d4d;}

#menu :hover ul li.currentsub a {background:#d7d7d7; color:#fff;}
#menu :hover ul li.currentsub a.fly {background:#d7d7d7 url(right-arrow.gif) no-repeat right center; color:#fff;}

#menu :hover ul :hover ul li a {width:100px; padding:0; text-indent:10px; background:#d7d7d7; color:#fff; text-align:left;}
#menu :hover ul :hover ul :hover {background-color:#d7d7d7; color:#4d4d4d;}

#menu :hover ul :hover ul li.currentfly a,
#menu :hover ul :hover ul li.currentfly a:hover {background:#d7d7d7; color:#4d4d4d;}

