/* ================================================================ 
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:23px; position:relative; font-family:arial, verdana, sans-serif; font-size:10px;z-index:700;padding:5px 0px 0px 0px; 
}
#nav .select {
margin:0; padding:0; list-style:none; white-space:nowrap;
}
#nav li {
float:left; background:url(../images/blank_over_p.gif);padding:0px 0px 0px 0px;
}
#nav .select a {
display:block; height:23px; float:left; background: url(../images/blank_p.gif); padding:0px 0px 0px 0px; text-decoration:none; line-height:23px; white-space:nowrap; color:#034895;
}
#nav .select a b {
display:block; padding:0px 10px 0px 15px; background:url(../images/blank_p.gif) right top;
}
#nav .select li:hover a {
background: url(../images/blank_over_p.gif); padding:0px 0px 0px 0px; line-height:23px; cursor:pointer; color:#fff;
}
#nav .select li:hover a b {
display:block; padding:0px 10px 0px 15px; background:url(../images/blank_over_p.gif) right top; cursor:pointer;
}
#nav .sub {
display:none; margin:0; padding:0px 0px 100px 0px;list-style:none;
}
#nav .sub li {background:transparent; list-style:none;}
#nav .select li:hover .sub {
height:18px; display:block; position:absolute; float:left; width:460px; top:28px; right:-45px; text-align:center;
}
#nav .select li:hover .sub li a {
/*display:block;height:18px; line-height:16px; float:left; background:transparent url(../images/transparent.gif); padding:0 16px; margin:0; white-space:nowrap; border:1px solid #000; border-color:#888 #777 #666 #ddd; color:#888;font-size:10px;*/
display:block;background:#E6E6E6;color:#034895;height:auto;line-height:15px;padding:2px 10px 2px 10px;width:100%;border-bottom:1px solid #fff;display:inline;
}
#nav .select li:hover .sub li a:hover {
/*color:#000; background:#e8e8e8; border-color: #fff #333 #000 #fff; line-height:15px;*/
background:#C9D2DF;color:#000;
}

