/* ================================================================ 
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;
text-align:center;
}
.nav .select li.two a {
line-height:normal;
padding:6px 6px 0 6px;
}

.nav .select li.two a:hover {
line-height:normal;
padding:6px 6px 0 6px;
}


.nav .select  li a {
display:block; 
height:35px; 
float:left; 
/*background: url('../images/dropline/pro_line_0.gif'); 
*/padding:0 4px 0 4px; 
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 4px 0 4px; 
text-decoration:underline; 
line-height:30px; 
white-space:nowrap; 
color:#0066CC;
}

.nav .select_offers a{
display:block; 
height:35px; 
float:left; 
/*background: url(../images/dropline/pro_line_0.gif); 
*/padding:0 4px 0 4px; 
line-height:30px; 
white-space:nowrap; 
color:#0066CC;
}

.nav .select_offers a:hover {
display:block; 
height:35px; 
float:left; 
/*background: url(../images/dropline/pro_line_0.gif); 
*/padding:0 4px 0 4px; 
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 {
cursor:pointer; 
color:#3e1e09;
}

.nav .select a:hover b, 
.nav .select li:hover a b {
display:block; 
float:left; 
cursor:pointer;

}

.nav .select_sub, .nav .select_sub1, .nav .select_sub2, .nav .select_sub3, .select_sub4 {
	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:200px !important;}
*+html .select_sub4 { margin-left:105px !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 .select :hover .select_sub3 {
display:block; 
position:absolute; 
height:20px;
top:33px; 
padding:0;  
left:0; 
margin-left:200px;
text-align:left;
width:720px;
}

.nav .select :hover .select_sub4 {
display:block; 
position:absolute; 
height:20px;
top:33px; 
padding:0;  
left:0; 
margin-left:105px;
text-align:left;
width:220px;
}



.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;
line-height:20px;
}

.nav .select .two  :hover .sub li a, .nav .select .two  .sub li a {
padding:6px 15px 0 15px; 
}

.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');
*/}

