
#topmenu {
	margin-right: auto;
	margin-left: auto;
	width: 806px;
	background-image: url(images/header_806x349.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 349px;
	padding-left:1px;
	background-position: left top;
	text-align:center;
}
#topmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#topmenu ul li {
	position: relative;
	float: left;
	width:115px;
}

/* Styles for Menu Items */
#topmenu ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-right: 0px;
	padding-left: 0px;
	width: 115px;
	background-image: url(images/array_343x30.jpg);
	background-repeat: no-repeat;
	background-position: -115px;
	margin: 0px;
	}
/* this sets all hovered lists to color */
#topmenu li a:hover {
	color: #020B66;
	background-image: url(images/array_343x30_roll.jpg);
	background-repeat: no-repeat;
	display: block;
	text-align: center;
	background-position: -115px;
	width: 115px;
}

