/* ================================================================ 
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.cssplay.co.uk/menus/pro_dropline.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:21px; 
position:relative; 
font-family:arial, helvetica, sans-serif; 
font-size:11px; 
z-index:500;

}

.nav .select,
.nav .current {
margin:0; 
padding:0; 
list-style:none; 
display:table-cell; 
white-space:nowrap;
}

.nav li {
margin:0px 1px 0px 0px; 
padding:0; 
height:auto; 
float:left;
}

.nav .select a, .nav .current a {
display:block; 
height:21px; 
float:left; 
text-decoration:none; 
white-space:nowrap; 
color:#ddd;

}

.nav .select a:hover, 
.nav .select li:hover a {
background-position:left bottom;
cursor:pointer; 

}

.nav .select_sub {
display:none;
height:20px;

}

.nav .sub {
display:table; 
margin:0px 0px 0px 0px; 
padding:0px; 
list-style:none;
}



.nav .select :hover .select_sub {
display:block; 
position:absolute; 
width:590px; 
top:21px; 
padding:0; 
z-index:100; 
left:0;
background:#B7C1DA;

}

.nav .select :hover .sub li a{
display:block; 
float:left; 
margin:0px 10px 0px 0px; 
line-height:20px;
white-space:nowrap; 
border:0; 
color:#FFFFFF;
}



.nav .select :hover .sub li a:hover,
.nav .current :hover .sub li a:hover
{
visibility:visible; 
color:#003E74; 
background:url(images/bg_menuarrow.png) bottom center no-repeat
}


.nav .current .show {
display:block; 
position:absolute; 
width:590px; 
top:21px; 
padding:0; 
z-index:100; 
left:0; 
}
.nav .current .show {
z-index:10;
}
.nav .current .show .sub li a {
display:block; 
float:left; 
margin:0px 10px 0px 0px; 
line-height:20px;
white-space:nowrap; 
border:0; 
color:#FFFFFF;
text-align:left
}


