/* ================================================================ 
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 {
width:100%; height:36px; position:relative; z-index:500; margin-top:2px; margin-bottom:40px; background: url(../images/blank_p.gif);
}
#nav .select {
margin:0; padding:0; list-style:none; white-space:nowrap;
}
#nav li {
float:left; background:url(../images/blank_over_p.gif);list-style:none; margin:0; padding:0; 
}
#nav .select a {
display:block; height:36px; float:left; background: url(../images/blank_p.gif); padding:0px 15px 0px 16px; text-decoration:none; line-height:28px; white-space:nowrap; color:#fff;
}
#nav .select li:hover a {
display:block; height:36px; float:left; background: url(../images/blank_over_p.gif); padding:0px 15px 0px 16px; text-decoration:none; line-height:28px; white-space:nowrap; color:#fff;
}
#nav .sub {
display:none; padding:0px; list-style:none; margin-top:5px; width:100%;
}
#nav .select li:hover .sub {
display:block; position:absolute; float:left; top:28px; left:0; text-align:center;
}
#nav .select li:hover .sub li a {
display:block; float:left; background:#fff; padding:0 10px; margin:0; white-space:nowrap; color:#656565; font-size:11px;
}
#nav .select li:hover .sub li a:hover {
color:#000; background:#fff; border-color: #fff #333 #000 #fff;  
}
