#nav {
	width: 850px;
	height: 18px;
	background-repeat: no-repeat;
	color:#FFFFFF;	
	font-family:Arial, Helvetica, sans-serif;
}
#nav h2 {
	display: none;
}
#nav ul {
	margin: 0;
	padding: 0 0 0 0px;
	list-style: none;
	display: block;
	height: 18px;
}
#nav li {
	position: relative;
	float: left;
	display: block;
	height: 18px;
}
#nav a, #nav a:visited {
	display: block;	
	height:18px;	
	color:#FFFFFF;
	text-decoration: none;
	font-size: 14px;
	text-align: center;
	line-height: 18px;	
}
#nav li a, #nav li a:visited {
	
	font-size: 14px;
	height: 18px;
	float: left;
	text-decoration: none;	
}
html>body #nav li a, 
html>body #nav li a:visited {
	height: 18px;
}
#nav li a:hover, #nav li.over a {
color:#FFFFFF !important;
}
#nav li:hover, #nav li.sfhover { 	
	color:#7f899b;
}
#nav li ul {
	width: 180px; 
	list-style: none;
	position: absolute;
	clear: both;
	top: 0px;
	left: 0;
	font-weight: bold;
	padding: 0;
	margin: 0;
	margin-top: 0px;
	background:#a3aeb4!important ;
	display: none;
}
#nav li>ul {
	font-weight: bold;
	position: absolute;
	top: 18;
	left: 0;
	width: 184px; 
	height: auto;
	margin-top: 18px;
}
#nav li li {
font-weight:bold;
	clear: both;
	display: block;
	width: 159px; 
	text-align: left;
	float: none;
	height: auto;
	margin: 0;
	padding: 0;
}
#nav li li a, #nav li li a:visited {
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.2em;
	height: 13px;
	padding: 6px 0 6px 25px !important;
	margin: 0 !important;
	background: transparent !important;
	width: 159px; 
	font-size: 11px;
	font-weight: bold !important;
	text-align: left;
}
html>body #nav li li a {
	width: 159px; 
	height: auto !important;
	line-height: 1.2em !important;
	min-height: 10px !important;	
}
#nav li li a:hover {
	font-weight:bold;
	background:#7f899b !important;
}
#nav li:hover ul, #nav li.over ul {
	display: block;
	font-weight:bold;
}
