/* Head Menu Style Sheet */
#menuList {
	font: bold 12px "Trebuchet MS";
	width: 814px;
	height: 24px;
	top: 171.5px;
	position: absolute;
}

#menuList ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menuList li {
	position: inherit;
	display: inline-block;
	float: left;
	width: 162px;
}

#menuList a {
	font-size: 11px;
	display: block;
	padding: 4px 20px;
	color: #2d2b2b;
	border-left: white 1px solid;
	text-decoration: none;
	text-align: center;
}

#menuList a:link, #menuList a:visited {
	color: white;
}

#menuList a:hover {
	color:#000000;
	background-color:#E2E2E2;
}
