/* ================================================================ 
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; 
background: url(../images/spacer.gif) no-repeat; 
position:relative; 
font-family:arial, verdana, sans-serif; 
font-size:12px;
width:849px; 
z-index:500;
}

.nav .table {
margin:0;
border-collapse:collapse; left:0; top:0;}

.nav .select,
.nav .current {
margin:0; 
padding:0; 
list-style:none; 
display:block; 
}

.nav li {
margin:0; 
padding:0; 
height:auto; 
display:inline; 
}

.nav .select a {
	display:block;
	height:36px;
	width:81px;
	float:left;
	text-decoration:none;
	white-space:nowrap;
	color:#333;
	background: url(../images/Savings.gif) no-repeat;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 12px;
	font-weight:bold;
	text-transform:uppercase;
}

.nav .current a {
	display:block;
	height:36px;
	width:81px;
	float:left;
	text-decoration:none;
	white-space:nowrap;
	color:#333;
	background: url(../images/Savings-on.gif) no-repeat;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 12px;
	font-weight:bold;
	text-transform:uppercase;
}


.nav .select a:hover, 
.nav .select li:hover a {
background: url(../images/Savings-on.gif); 
cursor:pointer; 
color:#333;
}

.nav .select_sub {
display: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;
}

.nav .sub_active .current_sub a, 
.nav .sub_active a:hover {
background:transparent; 
color:#333;
}

.nav .select :hover .select_sub, 
.nav .current .show {
	display:block;
	position:absolute;
	top:43px;
	width:849px;
	background:url(../images/nav-bg.gif);
	padding:0;
	z-index:100;
	left:0;
	text-align:center;
}

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

.nav .select :hover .sub li a, 
.nav .current .show .sub li a {
display:block; 
float:left; 
background:transparent;
height:21px;
padding:8px 15px 0 15px; 
margin:0; 
white-space:nowrap; 
border:0; 
color:#333;
font-size:11px;
font-family:arial;
text-transform:none;
width:auto;
}

.nav .current .sub li.sub_show a {
color:#333; 
cursor:hand; 
background:url(../images/nav-bg.gif);
text-decoration:underline;
}

.nav .select :hover .sub li a:hover, 
.nav .current .sub li a:hover {
visibility:visible; 
color:#333; 
text-decoration:underline;
background:url(../images/nav-bg.gif);
}