#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 24px;
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
}

#nav li { /* all list items */
	float: left;
	width: 186px;
	color: #FFFFFF;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	height: 88px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 128px;
	left: -999em;
	clip: rect(auto,auto,auto,auto);
	padding-top: 1px;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav li a:hover, #nav li.current{
	color: #FFFFFF;
}



.menupadding {
	padding-top: 1px;
	padding-left: 1px;
	background-color: #FFFFFF;
}
.downlink {
	display: block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 17px;
	padding-bottom: 18px;
	background-color: #EE3A43;
}
.current {
	display: block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 24px;
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
}
