#nav, #nav ul {
	padding: 0 63.25px;
	margin: 0;
	list-style: none;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10pt;
	height: 40px;
	background: #278091 url(navbar.png) repeat-x;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
ul#nav a {
	display: block;
	width: 126.5px;
	height: 40px;
	color: #000;
	text-align: center;
	text-decoration: none;
	background: #278091 url(navbar.png) repeat-x;
	line-height: 40px;
	font-weight: bold;
	
}
#nav a:hover {
	background: #666 url(hover.png) repeat-x;
	width: 126.5px;
}
#nav li ul a:hover {
	width: 124.5px;
	background: #666;
}
#nav li {
	float: left;
	width: 126.5px;
	}
#nav li ul {
	position: absolute;
	width: 126.5px;
	left: -999em;
	z-index: 1;
	padding: 0;
}
#nav li ul li.mods {
	color: #000;
	display:block;
	height: 40px;
	background: #666 url(hover.png) repeat-x;
	text-align: center;
	line-height: 20px;
	width: 124.5px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
#nav li ul a {
	width: 124.5px;
	font-weight: normal;
	background: #247483;
	border-top: 0px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	line-height: 20px;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#nav li ul a.bottom {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom: 1px solid #000;
}
