/* ================================================================ 
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 {
position:relative; 
font-family:arial black,arial, verdana, sans-serif;
text-transform:uppercase;
font-size:17px;
width:633px; 
}

.nav .table {
display:table; 
margin:0;
}

.nav .select,
.nav .current {
margin:0; 
padding:0; 
list-style:none; 
display:table-cell; 
white-space:nowrap;
}

.nav li {
margin:0; 
padding:0; 
height:auto; 
float:left;
}

.nav .select a {
display:block;
height:36px; 
float:left;
padding:0 30px 0 0; 
text-decoration:none; 
line-height:25px; 
white-space:nowrap; 
color:#842009;
}

.nav .current a {
display:block; 
height:36px; 
float:left; 
text-decoration:none; 
line-height:25px; 
white-space:nowrap; 
color:#ac2c0e;
}

.nav .current a b {
display:block; 
padding:0 30px 0 0; 
}

.nav .select a:hover, 
.nav .select li:hover a {
cursor:pointer; 
color:#ac2c0e;
}

.nav .select a:hover b, 
.nav .select li:hover a b {
display:block; 
float:left; 
cursor:pointer;
}

.nav .select_sub {
display:none;
}

/* IE6 only */
.nav table {
border-collapse:collapse; 
margin:-1px; 
font-size:1em; 
width:0; 
height:0;
}

.nav .sub {
display:block; 
list-style:none;
float:left;
padding:0; 
margin:0;
}

.nav .sub_active .current_sub a, 
.nav .sub_active a:hover {
background:transparent; 
color:#ac2c0e;
}

.nav .select :hover .select_sub, 
.nav .current .show {
display:block; 
position:absolute; 
width:740px;
background:url(navback.jpg);
top:30px;
left:0;
z-index:100;
}

.nav .current .show {
left:0px;
z-index:10;
}

.nav .select :hover .sub li a, 
.nav .current .show .sub li a {
display:block;
padding:0 30px 0 0;
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
FONT-SIZE: 12px;
color:#842009;
text-transform:none;
font-weight: bold;
}

.nav .current .sub li.sub_show a {
color:#ac2c0e; 
cursor:default;
float:left;
left:0px;
}

.nav .select :hover .sub li a:hover, 
.nav .current .sub li a:hover {
color:#ac2c0e;
}
