#navhead {
	margin:auto;
	height: 30px;
	top: -24px;
	position: relative;
}

ul#primary {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

ul#primary li {
	list-style: none;
	display: inline;
	margin: auto;
}

ul#primary a, #nav ul#primary a.current, .main{
	width: 120px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	float: left;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	white-space: nowrap;
	margin-left: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
}

ul#primary a {
	top: 50px;
	height: 16px;
	background-color: #CCCCFF;
	border: 1px solid #666666;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	
	
}

ul#primary a.current, ul#primary a.current:hover, .main {
	height: 17px;
	background-color: #E6E6FF;
	border: 1px solid #333333;
	border-bottom: none;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	
	
}

ul#primary a:hover {
	margin-top: 0;
	color: #FFFFFF;
	height: 16px;
	background-color: #003366;
}


#navhead ul#secondary {
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
	width: 114px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 52px;
	list-style: none;
	left: 0px;
}

#navhead ul#secondary li a {
	color: #000;
	border: 2px outset #FFFFFF;
	width: 115px;
	background-color: #CCCCFF;
}

#navhead ul#secondary li a:hover {
	color: #FFFFFF;
	background: #003366;
}
