/* ================================================================ 
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.
=================================================================== */

/*styles for top level*/
#nav {
text-align: left; height:16px; position:relative; top:20px; font-family:verdana, geneva, arial, helvetica, sans-serif; font-size:15px; padding:0 25px 0 0; letter-spacing:.125em;
z-index:10;}
/*positioning for top level*/
#nav .select {
list-style:none; white-space:nowrap;
}
#nav li {
float:left;
}
/*padding controls space between; match w/hover*/
#nav .select a {
display:inline;  float:left; text-decoration:none; padding:0 25px 0 0; white-space:nowrap; font-weight:500; color:#949f8e;
}
#nav .select a b {
display:inline; cursor:pointer; padding:0 25px 0 0; color:#655; 
}
#nav .select li:hover a {
display:inline;  cursor:pointer; padding:0 25px 0 0; color:#655; background:transparent;
}
#nav .select li:hover a b {
display:block; cursor:pointer;
}
#nav .sub {
display: none; padding:0 0 0 120px; list-style:none;
}
#nav .sub li {
background:transparent;
}
#nav .select li:hover .sub {
left:0; height:16px; display:inline; position:absolute; float:left; top:25px;
}
#nav .select li:hover .sub li a {
display:inline; height:16px; line-height:18px; float:left; padding:0 15px 0 15px; white-space:nowrap; color:#0771b9; font-size:11px; letter-spacing: .35em;
}
#nav .select li:hover .sub li a:hover {
padding:0 15px 0 15px; color:#0771b9; background:#000; line-height:18px;
}
