/* ================================================================ 
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, verdana, sans-serif; font-size:11px;z-index:500;
}
#nav .select {
margin:0; padding:0; list-style:none; white-space:nowrap;
}
#nav li {
float:left; background:url();
}
#nav .select a {
display:block; height:36px; float:left; background: url(); padding:0 0 0 15px; text-decoration:none; line-height:25px; white-space:nowrap; color:#58612F;
}
#nav .select a b {
display:block; padding:0 30px 10px 15px; background:url() right top;
}
#nav .select li:hover a {
color: #333333;
}
#nav .select li:hover a b {
color: #333333;
}
#nav .sub {
display:none; margin:0; padding:0 0 0 200px;list-style:none;
}
#nav .sub li {background:transparent;}
#nav .select li:hover .sub {
color: #333333;
}
#nav .select li:hover .sub li a {
color: #333333;
}
#nav .select li:hover .sub li a:hover {
color: #333333;
}

