/* ================================================================ 
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:30px; 
position:relative; 
font-family:arial, verdana, sans-serif; 
font-size:15px;z-index:900; 
background: url(blank_p.gif);
}

#nav .select {
margin:0; 
padding:0; 
list-style:none; 
white-space:nowrap;
}

#nav li {
float:left; 
background:url(blank_p.gif);
}

#nav .select a {
display:block; 
height:25px; 
float:left; 
background: url(blank_p.gif); 
padding:0 6 5 6px; 
text-decoration:none; 
line-height:25px; 
white-space:nowrap; 
color:#ffffff;
}

#nav .select a b {
display:block; 
padding:5px 5px; 
background:url(blank_.gif) right top;
}

/*The following properties are for the hover size */
#nav .select li:hover a {
background: url(blank_over_p.gif); 
padding:0 6 5 6px; 
line-height:25px; 
cursor:pointer; 
color:#6A7068;
}

/*
#nav .select li:hover a b {
display:block; 
padding:5px 5px; 
background:url(blank_over_p.gif) right top;
}
*/

/* the 125px in the following line tells where the sub menu starts */

#nav .sub {
display:none; margin:0; 
padding:0 0 0 125px;
list-style:none;
}


/* The bolow top:30px tells how low the sub menu sits*/

#nav .sub li {background:005500;}

#nav .select li:hover .sub {
height:18px; 
display:block; 
position:absolute; 
float:left; 
width:750px; 
top:30px; 
left:0; 
text-align:center;
}

#nav .select li:hover .sub li a {
display:block;
height:18px; 
line-height:16px; 
float:left; 
background:transparent url(blank_p.gif); 
padding:5px 5px; 
margin:0; white-space:nowrap; 
border:1px solid #000; 
border-color:#888 #777 #666 #ddd; 
color:#888;
font-size:10px;
}

#nav .select li:hover .sub li a:hover {
color:#000; 
background:url(blank_over_p.gif); 
border-color: #fff #333 #000 #fff; 
line-height:15px;
}
