#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.
=================================================================== */
#nav {padding-left:170px; margin:0; list-style:none; height:27px; position:relative; z-index:500; font-family:arial, verdana, sans-serif; text-align:left;}
#nav li {float:left; margin-right:1px;}
#nav li a {display:block; float:left; height:27px; line-height:27px; color:#fff; text-decoration:none; font-size:11px; padding:0 4px 0 0;}


#nav 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 */

#nav li a:hover {z-index:200; position:relative; color:#fff; font-weight:bold; _font-weight:100; }
#nav li:hover {position:relative; z-index:200; }

#nav li:hover > a {color:#fff;}
#nav li:hover > a.sub {color:#fff; background:#c60;}

#nav li.current a {color:#fff; background:#4e4e4e;}

#nav li a.sub {}
#nav li.current a.sub {background:#c60;}

#nav :hover ul {left:0; top:27px; width:140px; _width:150px;}

/* keep the 'next' level invisible by placing it off screen. */
#nav ul, 
#nav :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none; }

#nav :hover ul :hover ul
{left:135px; top:0; white-space:nowrap; width:154px; z-index:200; height:auto;}

#nav :hover ul li {margin:0; background:#c60; width:154px; _width:140px; #width:142px; padding:0; height:25px; line-height:25px;}
#nav :hover ul li a {width:154px; _width:140px; #width:142px; padding:0; text-indent:4px; background:#4e4e4e; color:#999; height:25px; line-height:25px; }
#nav :hover ul li a.fly {background-color:#c60;}

#nav :hover ul :hover {background-color:#c60; color:#fff;  _font-weight:900;}
#nav :hover ul :hover a.fly {background-color:#c60; color:#fff; }

#nav :hover ul li.currentsub a {background:#c60; color:#fff;}
#nav :hover ul li.currentsub a.fly {background:#c60; color:#fff;}

#nav :hover ul :hover ul li a {width:146px; padding:0; text-indent:10px; background:#c60; color:#fff;  _font-weight:100;}
#nav :hover ul :hover ul :hover {background-color:#c60; color:#fff; _font-weight:900;}

#nav :hover ul :hover ul li.currentfly a,
#menu :hover ul :hover ul li.currentfly a:hover {background:#840; color:#fff;}

