/* ================================================================ 
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:35px; 
position:relative; 
font-family:Arial, verdana, sans-serif; 
font-size:10px; 
z-index:10000;
font-weight:normal;
width:960px;
}



/**+html .nav{ width:960px; }*/

.nav .table {
display:table; 
margin:0 auto;
width:960px;
background: url('../images/dropline/pro_line_0.gif') repeat-x ;

}

.nav .select,
.nav .current {
margin:0; 
padding:0; 
list-style:none; 
display:table-cell; 
white-space:nowrap;
}

.nav li {
margin:0; 
padding-right:1px; 
line-height:30px; 
float:left;
color: #FFFFFF;

}

.nav .select a {
display:block; 
height:35px; 
float:left; 
background: url(../images/dropline/pro_line_0.gif); 
padding:0 6px 0 6px; 
text-decoration:none; 
line-height:30px; 
white-space:nowrap; 
color:#fff;

}

.nav .selected a {
display:block;
height:35px; 
float:left; 
background: url(../images/dropline/pro_line_0.gif);
padding:0 6px 0 6px; 
text-decoration:underline; 
line-height:30px; 
white-space:nowrap; 
color:#3e1e09;
}

.nav .select_offers a{
display:block; 
height:35px; 
float:left; 
background: url(../images/dropline/pro_line_0.gif); 
padding:0 6px 0 6px; 
line-height:30px; 
white-space:nowrap; 
color:#3e1e09;
}

.nav .select_offers a:hover {
display:block; 
height:35px; 
float:left; 
background: url(../images/dropline/pro_line_0.gif); 
padding:0 6px 0 6px; 
line-height:30px; 
white-space:nowrap; 
color:#3e1e09;
text-decoration:underline;
}

.nav .current a {
display:block; 
height:35px; 
float:left; 
background: url(../images/dropline/pro_line_2.gif);
padding:0 6px 0 3px; 
text-decoration:none; 
line-height:30px; 
white-space:nowrap; 
color:#fff;
}

.nav .current a b {
display:block; 
padding:0 6px 0 3px;
background:url(../images/dropline/pro_line_2.gif) right top;
}

.nav .select a:hover, 
.nav .select li:hover a {
padding:0 0 0 3px; 
cursor:pointer; 
color:#3e1e09;
}

.nav .select a:hover b, 
.nav .select li:hover a b {
display:block; 
float:left; 
padding:0 6px 0 3px; 
cursor:pointer;

}

.nav .select_sub, .nav .select_sub1, .nav .select_sub2, .nav .select_sub3, {
	display:none;
}

/* IE6 only */
.nav table {
border-collapse:collapse; 
margin:-1px; 
font-size:1em; 
width:0; 
height:0;
}

.nav .sub {
display:table; 
margin:0 auto; 
padding:0; 
list-style:none;
}

.nav .sub_active .current_sub a, 
.nav .sub_active a:hover {
background:transparent; 
color:#f00;
}

*+html .select_sub { margin-left:190px !important;}
*+html .select_sub1 { margin-left:430px !important;}
*+html .select_sub2 { margin-left:390px !important;}
*+html .select_sub3 { margin-left:90px !important;}

.nav .select :hover .select_sub {
display:block; 
position:absolute; 
height:20px;
top:33px; 
/*background:url(../images/dropline/back_0.gif); */
padding:0;  
left:0; 
text-align:left;
width:600px;
}

.nav .select :hover .select_sub1 {
display:block; 
position:absolute; 
height:20px;
top:33px; 
padding:0;  
left:0; 
margin-left:340px;
text-align:left;
width:600px;
}

.nav .select :hover .select_sub2 {
display:block; 
position:absolute; 
height:20px;
top:33px; 
padding:0;  
left:0; 
margin-left:300px;
text-align:left;
width:720px;
}

.nav .current .show {
display:block; 
position:absolute; 
height:20px;
top:30px; 
/*background:url(../images/dropline/back_0.gif); */
padding:0;  
left:0; 
text-align:left;
	
}

.nav .current .show {
z-index:10;
}

.nav .select :hover .sub li a, 
.nav .current .show .sub li a {
display:block; 
float:left; 
background:#a79e8c; 
padding:0 15px 0 15px; 
margin:0;
white-space:nowrap; 
border:0; 
color:#FFF;
height:10px;
margin-top:2px;

}

.nav .current .sub li.sub_show a {
	color:#663300;
	cursor:default;
	background:url(../images/dropline/back_1.gif);
	
}

.nav .select :hover .sub li a:hover, 
.nav .current .sub li a:hover {
visibility:visible; 
color:#663300; 
background:url(../images/dropline/back_1.gif);
}


