#menu_2bg {
	background-image: url(../images/menubar.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 27px;
	width: 772px;
}
/* ================================================================ 
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.stunicholls.com/menu/pro_dropline_1.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:27px;
	position:relative;
	font-family:arial, verdana, sans-serif;
	font-size:11px;
	z-index:500;
}
#nav .select {
	list-style:none;
	white-space:nowrap;
	margin: 0;
	padding: 0;
}
#nav li {
	float:left;
}
#nav .select a {
	display:block;
	height:27px;
	float:left;
	text-decoration:none;
	line-height:27px;
	white-space:nowrap;
	color:#FFFFFF;
	padding-top: 0;
	padding-right: 18px;
	padding-bottom: 0;
	padding-left: 18px;
}
#nav .select li:hover a {
	line-height:27px;
	cursor:pointer;
	color:#FFFFFF;
	padding-top: 0;
	padding-right: 18px;
	padding-bottom: 0;
	padding-left: 18px;
}
#nav .sub {
	display:none;
	margin:0;
	list-style:none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
#nav .sub li {
	background:transparent;
}
#nav .select li:hover .sub {
	height:25px;
	display:block;
	position:absolute;
	float:left;
	width:772px;
	top:27px;
	left:0;
	text-align:center;
}
#nav .select li:hover .sub li a {
	display:block;
	height:27px;
	line-height:27px;
	float:left;
	padding:0 16px;
	margin:0;
	white-space:nowrap;
	border:1px solid #000;
	color:#FFFFFF;
	font-size:11px;
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
#nav .select li:hover .sub li a:hover {
	color:#000000;
	line-height:25px;
	border-top-color: #0099cc;
	border-right-color: #003366;
	border-bottom-color: #0099cc;
	border-left-color: #0099cc;
	background-color: #FFFFFF;
}
