/* MENU NAV 2.0 */
.menu {
	padding: 0; margin: 0;
}

/* MENU TOP ROW */
#nav {
	font-family: verdana,geneva,arial,helvetica,sans-serif;
	background:url(/images/menu-bg2.gif) top left repeat-x;
	height:43px;
	margin: 0 0 5px 0;
	padding:0;
	list-style: none;
	float: left;
	width: 100%;
	position: relative;
	z-index: 5;
}
#nav #current {
	background:url(/images/current-bg2.gif) top left repeat-x;
	color:#ffffff;
}
#nav li {
	margin:0;
	padding:0;
	border: none;
	float: left;
	position: relative;	
}
#nav a {
	display: block;
	margin: 0;
	padding: 0 10px;
	text-align: center;
	text-decoration: none;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	line-height: 43px;
}
#nav a:hover {
	color: #000000;
	background:url(/images/selected-bg2.gif) top left repeat-x;
	text-decoration: none;
}

/* MENU DROPDOWN */
#nav .subhead p {
	display:block;
	padding: 0 10px 0 15px;
	line-height:23px;
	text-align: left;
	background-color: #79b0ce;
	color: black;
	cursor: default;
	border-bottom: solid white 1px;
	margin: 0;
	font-weight: bold;
}

#nav ul {
	padding: 0;
	background: white;
	background: rgba(255,255,255,0);
	list-style: none;
	position: absolute;
	left: -9999px;
	
	background:#e0e0e0;
	border-left:2px solid #0079b2;
	border-right:2px solid #0079b2;
	border-bottom:2px solid #0079b2;
	height:auto;
	filter:alpha(opacity=95);
	opacity:0.95;
	width:225px;
	z-index:200;
}
#nav ul li {
	float: none;
	display: block;
	width: 225px;
}
#nav li:hover ul {
	left: 0;	
}
#nav li:hover ul a {
	background: #e0e0e0;
	text-decoration: none;
	
	display:block;
	font-size:12px;
	font-style:normal;
	padding: 0 10px 0 15px;
	text-align:left;
	border-bottom: solid white 1px;
	line-height:23px;
}
#nav li:hover ul li a:hover {
	background:#949494;
	color:#000000;
	opacity:1.0;
	filter:alpha(opacity=100);
	border-bottom: solid white 1px;
	text-decoration: none;
}
