/* ================================================================ 
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;
	width:638px;
	height:37px;
	z-index:500;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
}

.nav .table {
	display:table;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 6px;
}

.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:37px;
	float:left;
	/*	background: url(../images/menu_rollover.png);*/
	padding:0 25px 0 25px;
	text-decoration:none;
	line-height:37px;
	white-space:nowrap;
	color:#633;
	outline:none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

.nav .current a {
display:block; 
height:37px; 
float:left; 
background: url(../images/menu_rollover.png); 
text-decoration:none; 
line-height:37px; 
white-space:nowrap; 
color:#fff;
}

/*
.nav .current a b {
	display:block;
	padding:0 0px 0 0px;
	background:url(../images/menu_rollover.png) right top;
}
*/
.nav .select a:hover, 
.nav .select li:hover a {
	background: url(../images/menu_rollover.png);
	cursor:pointer;
	color:#633;
	outline:none;
}

.nav .select a:hover b, 
.nav .select li:hover a b {
display:block; 
float:left; 
background:url(../images/menu_rollover.png) right top; 
cursor:pointer;
outline:none;
}

.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 auto; 
list-style:none;
text-align:center;
}

.nav .sub_active .current_sub a, 
.nav .sub_active a:hover {
background:transparent; 
color:#f00;
}

.nav .select :hover .select_sub, 
.nav .current .show {
	display:block;
	position:absolute;
	width:625px;
	height:30px;
	top:30px;
	background:url(../images/menu_sub.png);
	padding:0;
	z-index:100;
	left:7px;
	text-align:center;
	right: 0px;
}

.nav .current .show {
z-index:10;
}

.nav .select :hover .sub li a, 
.nav .current .show .sub li a {
display:block; 
float:left; 
background:transparent; 
padding:0 10px 0 10px; 
margin:0; 
white-space:nowrap; 
border:0; 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
outline:none;
text-align:center;
}

.nav .current .sub li.sub_show a {
	color:#300;
	cursor:default;
	background:url(../images/menu_sub.png);
}

.nav .select :hover .sub li a:hover, 
.nav .current .sub li a:hover {
	visibility:visible;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#F00;
	/*background:url(../images/menu_sub.png);*/
	outline:none;
text-align:center;
	height:30px;
}
