/* this is the CSS for the menu that you will need. */
#menu_holder {
	height: 320px;
	display: block;
	position: absolute;
	clear: left;
	width: 212px;
	z-index: 10000;
	top: 250px;
}
#nav {
	height: 320px;
	width: 900px;
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#hit_area {
	cursor:inherit;
	height: 230px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	display: block;
}
