/* ================================================================ 
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(pro_line_0.gif) repeat-x;
	position:relative;
	font-family:"Gill Sans", Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:300;
	width:1200px;
	z-index:500;
}


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

.nav li {
margin:0; 
padding:0; 
height:auto; 
float:left;
}

.nav .select a {
	height:35px;
	float:left;
	background: url(pro_line_0.gif);
	padding:0px 12px 0 12px;
	line-height:35px;
	text-decoration:none;
	color:#000;
}

.nav .select a:hover, 
.nav .select li:hover a {
	background: url(pro_line_1.gif);
	padding:0 0 0 6px;
	cursor:pointer;
	color:#000;
	margin:0px;
}

.nav .select a:hover b,
.nav .select li:hover a b {
	display:block;
	float:left;
	padding:0 12px 0 6px;
	background:url(pro_line_1.gif) right top;
	cursor:pointer;
}

.nav .select_sub {
display:none;
}

.nav .sub {
display:block; 
margin:0 auto; 
padding:0; 
list-style:none;
}

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

.nav .select :hover .select_sub {
	display:block;
	padding:0;
	text-align:center !important;
	position:absolute;
	top:35px;
	left:100px;
	width:900px;
}

.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; 
color:#fff;
}

.nav .current .sub li.sub_show a {
color:#fff; 
cursor:default; 
}

.nav .select :hover .sub li a:hover, 
.nav .current .sub li a:hover {
visibility:visible; 
color:#fff; 
background:url(trans.png); 
background-repeat:repeat;
}

b{
font-weight:300 !important:
}
