/* ================================================================ 
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.stunicholls.com/menu/pro_dropline_1.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#nav {
height:36px; position:relative; font-family:arial, sans-serif; font-size:11px; z-index:5; letter-spacing:.2em;
}
#nav .select {
margin:0; padding:0; list-style:none; white-space:nowrap;
}
#nav li {
float:left;
}
#nav .select a {
padding:0 20px 9px 0; display:inline; height:36px; float:left; text-decoration:none; line-height:24px; white-space:nowrap; color:#d96;
}
#nav .select a b {
display:inline; padding:0 20px 10px 0;
}
#nav .select li:hover a {
padding:0 20px 9px 0; line-height:24px; cursor:pointer; color:#fb8; background:transparent;
}
#nav .select li:hover a b {
display:block; padding:0 20px 9px 0; cursor:pointer;
}
#nav .sub {
display:none; margin:0; padding:0 120px 0 120px; list-style:none; text-align:center;
}
#nav .sub li {background:transparent;}
#nav .select li:hover .sub {
height:21px; display:inline; position:absolute; float:left; width:569px; top:25px; left:0; text-align:center;
}
#nav .select li:hover .sub li a {
display:inline; height:18px; line-height:18px; float:left; padding:0 16px; margin:0; white-space:nowrap;  color:#fb8; font-size:11px; letter-spacing: .35em;
}
#nav .select li:hover .sub li a:hover {
color:#d96; background:#333; line-height:18px;
}