/* ================================================================ 
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:90px; 
 background: url(0.jpg) repeat-x; 
position:relative; 
width1:100%; 
z-index:500;
 padding: 0 0px;
 text-transform: uppercase;
 font-weight: bold;
 font-size: 12px;
}

.nav .table {
display:table; 
margin:0 auto;
}
.nav .table .row {display:table-row;}

.nav .select,
.nav ul.current {
margin:0; 
padding:0; 
line-height:90px; 
white-space:nowrap; 
list-style:none; 
display:table-cell; 
white-space:nowrap;
 border-right: 1px solid #E3E3E3;
}

.nav li {
margin:0; 
padding:0; 
height:auto; 
float:left;
}
.nav .select a, .nav .current a, .nav .select span, .nav .current span {
 color: white;
 display: block;
 float:left; 
 padding:0 20px 0 20px; 
}

.nav .select a:hover, 
.nav .select li:hover a {
}

.nav .select_sub {
display: none;
height: 30px;
line-height: 30px;
background: #BBCAD2;
/*border-top: 1px solid #DAE2E8;*/
font-family: Trebuchet MS, Verdana;
position: absolute;
z-index: 100;
left: 0;
top: 68px;
width: 100%;
text-transform: none;
}

/* IE6 only */
.nav table {
border-collapse:collapse; 
margin:-1px; 
font-size:1em; 
width:0; 
height:0;
}

.nav .sub {
display:table; 
margin:0;
padding:0; 
list-style:none;
}

.nav1 .select :hover .select_sub, 
.nav .current .show {
display:block; 
position:absolute; 
width:100%; 
top:68px; 
height: 30px;
z-index:100; 
left:0; 
}

.nav .current .show {
z-index:10;
}

.nav1 .select :hover .sub li a, 
.nav .current .show .sub li a {
display:block; 
float:left; 
padding:0 20px;
white-space:nowrap;
}

.nav .current .sub li.sub_show a {
}

.nav .select :hover .sub li a:hover, 
.nav .current .sub li a:hover {
visibility:visible; 
}
