/* ================================================================ This copyright notice must be untouched at all times.The original version of this stylesheet and the associated (x)htmlis available at http://www.stunicholls.com/menu/pro_dropline_1.htmlCopyright (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: 36px;
	position: relative;
	z-index: 500;
	background: url(line.gif) left 5px no-repeat;
	padding-left:1px;
}
#nav .select {
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
}
#nav li {
	float: left;	
}
#nav .select a {
  border-top:5px solid #868686;  
	display: block;
	height: 28px;
	float: left;
	padding: 0 0 0 15px;
	text-decoration: none;
	line-height: 28px;
	white-space: nowrap;
	color: #fff;
	font-size:16px;
	font-weight:bold;
}
#nav .select a b {
	display: block;
	padding: 0 15px 10px 0px;
	background: url(line.gif) right top no-repeat;
}
#nav .select li:hover a {
	padding: 0 0 0 15px;
	cursor: pointer;
	color: #fff;
	background:#2d3b4f;
	border-top:5px solid #2d3b4f;
}
#nav .select li:hover a b {
	display: block;
	padding: 0 15px 9px 0px;
	cursor: pointer;
}
#nav .sub {
	display: none;
	margin: 0;
	padding: 0 0 0 60px;
	list-style: none;
}
#nav .sub li {
	background: transparent;
}
#nav .select li:hover .sub {
	height: 18px;
	display: block;
	position: absolute;
	float: left;
	width: 750px;
	top: 35px;
	left: 0;
	text-align: center;
}
#nav .select li:hover .sub li a {
border:0px;
	display: block;
	height: 18px;
	line-height: 16px;
	float: left;
	padding: 0 16px;
	margin: 0;
	white-space: nowrap;
	color: #fff;
	font-size: 11px;
	text-transform:uppercase;
	font-weight:bold;
}
#nav .select li:hover .sub li a:hover {
	color: #FFF;
}