/* this is the CSS for the menu that you will need. */
#menu_holder {
	height: 25px;
	width: 100%;
	display: block;
	position: absolute;
	top: -25px;
}
#nav {
	height: 25px;
	width: 542px;
	margin: 0px auto;
	padding: 0px;
	background-image: url(right.png);
	background-repeat: no-repeat;
	background-position: right;
}
#hit_area {
	height: 25px;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	display: block;
	text-align:center;
	color:#80A1C1;
	font-weight:normal;
	font-family: Interstate, "Tw Cen MT Condensed Extra Bold", "Arial Black", Biondi, "Bauhaus 93"
}
#hit_area2 {
	width: 100%;
	padding: 0px;
	margin: 0px;
	left: 0px;
	top: 120px;
}
#nav ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 21px;
	height: 25px;
	list-style-type: none;
	background-image: url(left.png);
	background-repeat: no-repeat;
}
#nav li{
	margin: 0px;
	padding: 0px;
	float: left;
}
#nav li a:link, #nav li a:active, #nav li a:visited {
	background-image: url(middle.png);
	background-repeat: repeat-x;
	height: 25px;
	width: 100px;
	display: block;
	line-height: 25px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-size: 120%;
	text-transform:uppercase;
}
#nav li a:focus, #nav li a:hover{
	text-decoration : none;
	-moz-outline:0;
	color: #FFCC33;
	font-weight: normal;
	font-family: "Arial Black", Biondi, "Bauhaus 93", Interstate, "Tw Cen MT Condensed Extra Bold"
}
