#pad {height:140px;}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menus {padding:0; margin:0; list-style:none; height:25px; position:relative; font-family:Verdana, Geneva, sans-serif}
#menus li {float:left; margin-right:1px;}
#menus li a {display:block; float:left; height:25px; line-height:25px; background:#130d17; color:#fff; text-decoration:none; font-size:11px; padding:0 10px 0 10px;}

#menus 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 */

#menus li a:hover {position:relative;color:#fff; background-color:#130d17;}
#menus li:hover {position:relative;}

#menus li:hover > a {color:#fff; background:#130d17;}
#menus li:hover > a.sub {color:#fff; background-color:#130d17;}

#menus li.current a {color:#fff; background:#130d17;}

#menus li a.sub {background: ##130d17 no-repeat right center;}
#menus li.current a.sub {color:#fff; background:#130d17 no-repeat right center;;}

#menus :hover ul {left:0; top:25px; width:400px; background:#130d17;}

/* keep the 'next' level invisible by placing it off screen. */
#menus ul, 
#menus :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#menus :hover ul :hover ul
{left:400px; top:-1px; background:#130d17; white-space:nowrap; width:400px; height:auto;}

#menus :hover ul li {margin:0; border-top:1px solid #666;}
#menus :hover ul li a {width:400px; padding:0; text-indent:10px; background:#130d17; color:#fff; height:20px; line-height:20px;}
#menus :hover ul li a.fly {background:#130d17 no-repeat right center;}

#menus :hover ul :hover {background-color:#130d17; color:#fff;}
#menus :hover ul :hover a.fly {background-color:#130d17; color:#fff;}

#menus :hover ul li.currentsub a {background:#130d17; color:#fff;}
#menus :hover ul li.currentsub a.fly {background:#130d17 no-repeat right center; color:#fff;}

#menus :hover ul :hover ul li a {width:120px; padding:0; text-indent:10px; background:#130d17; color:#fff;}
#menus :hover ul :hover ul :hover {background-color:#130d17; color:#fff;}

#menus :hover ul :hover ul li.currentfly a,
#menus :hover ul :hover ul li.currentfly a:hover {background:#130d17; color:#fff;}
