#menu {padding:0; margin:0; list-style:none; position:relative; z-index:500; font-family: verdana, arial, sans-serif;width:772px;}
#menu li {float:left; margin-right:1px;}
#menu li a {display:block; float:left; height:42px; line-height:42px; color:#C24625; text-decoration:none; font-size:14px; padding:0 20px 0 0;}
#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 {color: #5A423C;z-index:200; position:relative; }
#menu li:hover {color: #5A423C;position:relative; z-index:200;}

#menu li:hover > a {color: #5A423C;}
#menu li:hover > a.sub {color: #5A423C;}

#menu li.current a {color:#fff; background:#840;}

#menu li a.sub {background: url(/images/buttons/down-arrow.gif) no-repeat right center;}
#menu li.current a.sub {background:url(/images/buttons/down-arrow.gif) no-repeat right center;}

#menu li a.sub1 {font-size:11px;}
#menu li.current a.sub1 {font-size:11px;}

#menu :hover ul {left:0; top:38px; 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:160px; top:-1px; background:#222; z-index:200; }

#menu :hover ul li {margin:0; border:1px solid #9AA8B5;margin:-1px;float:left;}
#menu :hover ul li a {padding:4px; background:#DBE0E4; color:#5A3C31; height:auto; line-height:16px;font-size:11px;width:150px;}
#menu :hover ul li a.fly {background:#DBE0E4 url(/images/buttons/right-arrow.gif) no-repeat right center;}

#menu :hover ul li.currentsub a {background:#840; color:#fff;}
#menu :hover ul li.currentsub a.fly {background:#840 url(/images/buttons/right-arrow.gif) no-repeat right center; color:#fff;}

#menu :hover ul :hover {background-color:#c60; color:#fff;}
#menu :hover ul :hover a.fly {background-color:#c60; color:#fff;}

#menu :hover ul :hover ul li {margin:0; border:1px solid #9AA8B5;margin:-1px;float:left;}
#menu :hover ul :hover ul li a {padding:4px;background:#DBE0E4; color:#5A3C31; font-size:11px; }
#menu :hover ul :hover ul :hover {background-color:#E1AB8D; color:#fff;}

#menu :hover ul :hover ul li.currentfly a,
#menu :hover ul :hover ul li.currentfly a:hover {background:#840; color:#fff;}

