/* ================================================================ 
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:absolute;top:8px; left:170px; font-family:arial,sans-serif; font-size:11px; z-index:10; letter-spacing:.18em; 
}
#nav .select {
margin:0; list-style:none; white-space:nowrap;
}
#nav li {
float:left;
}
#nav .select a {
padding:0 16px 9px 16px; display:inline; height:36px; float:left; text-decoration:none; line-height:24px; white-space:nowrap; color:#dc8;
}
#nav .select a b {
display:inline; padding:0 20px 9px 0;
}
#nav .select li:hover a {
padding:0 16px 9px 16px; line-height:24px; cursor:pointer; color:#fb8; background:#022;
}
#nav .select li:hover a b {
display:block; padding:0 20px 9px 0; cursor:pointer; background:#022;
}
#nav .sub {
display:none; margin:0; padding:0 0 0 75px; 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:850px; 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:10px; letter-spacing:.14em;
}
#nav .select li:hover .sub li a:hover {
color:#d96; background:#333; line-height:18px;
}