/* ================================================================ 
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:35px; position:relative; font-family:arial, verdana, sans-serif; font-size:11px; z-index:500;
}
#nav .select {
margin:0; padding:0; text-transform:uppercase; list-style:none; white-space:nowrap;
}
#nav li {
float:left;
}
#nav .select a {
display:block; height:35px; float:left; padding:0 0 0 0px; text-decoration:none; text-transform:uppercase; line-height:25px; white-space:nowrap; color:#ffffff;
}
#nav .select a b {
display:block; padding:0 0px 0px 0px; text-transform:uppercase;
}
#nav .select li:hover a {
background: url(blank_over_p.gif); padding:0 0 0 0px; line-height:27px; cursor:pointer; color:#fff;
}
#nav .select li:hover a b {
display:block; padding:0 0px 0px 0px; background:url(blank_over_p.gif) right top; cursor:pointer; text-transform:uppercase;
}
#nav .sub {
display:none; margin:0; padding:0 0 0 60px;list-style:none; text-transform:uppercase;
}
#nav .sub li {background:transparent;}
#nav .select li:hover .sub {
height:18px; display:block; position:absolute; text-transform:uppercase; float:left; width:861px; top:33px; left:0; text-align:center;
}
#nav .select li:hover .sub li a {
display:block;height:18px; line-height:16px; float:left; background:transparent url(transparent.gif); padding:0 16px; margin:0; text-transform:uppercase; white-space:nowrap; border:1px solid #000; border-color:#888 #777 #666 #ddd; color:#888;font-size:10px;
}
#nav .select li:hover .sub li a:hover {
color:#000; background:#e8e8e8; border-color: #fff #333 #000 #fff; line-height:15px; text-transform:uppercase;
}
