/* ================================================================ 
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; z-index:500;
}
#nav .select {
margin:0; padding:0; list-style:none; white-space:nowrap;
}
#nav li { /*background:url(blank_over_p.gif);*/
float:left; line-height:60px; padding:0 6px;
}
#nav .select a {
/*display:block; height:36px; float:left; background: url(blank_p.gif); padding:0 0 0 15px; text-decoration:none; line-height:25px; white-space:nowrap; color:#ddd;*/
color:#111; display:inline-block; padding:5px 10px 0; height:23px; margin:15px 0 0 0; font-family:"Times New Roman", Times, serif !important; font-size:12px; text-transform:uppercase; background:#fff
}
#nav .select a b {
display:block; /*padding:0 30px 10px 15px; background:url(blank_p.gif) right top;*/
}
#nav .select li:hover a, #nav .select li a.active{
/*background: url(blank_over_p.gif);*/ background:#0174DF; border-radius:3px; padding:5px 10px 0; line-height:27px; cursor:pointer; color:#fff;
}
#nav .select li:hover a b {
display:block; /*padding:0 30px 9px 15px; background:url(blank_over_p.gif) right top;*/ cursor:pointer;
}
#nav .sub {
display:none; margin:0; padding:0 0 0 10px; list-style:none;
}
#nav .sub li {background:transparent; border-right:1px solid #dedede}
#nav .select li:hover .sub {
height:100px; display:block; position:absolute; float:left; width:1000px; top:50px; left:0; text-align:center; border:0px solid #f00;
}
#nav .select li:hover .sub li {margin:2px 0 0 0}
#nav .select li:hover .sub li a {
display:block;height:17px; line-height:17px; float:left; background:transparent; padding:0 7px; margin:0; white-space:nowrap; border:0px solid #000; border-color: #999 #999 #999 #999; color:#888;font-size:14px; text-transform:capitalize; color:#444;
}
#nav .select li:hover .sub li a:hover {
color:#000; background:transparent; border-color: #999 #999 #999 #999; line-height:17px;
}