#whatmenu {
	height: 60px;
	left: 10px;
	margin-bottom: 0px;
	position: relative;
	width: 720px;
	
}
ul.hmenu {
	margin-right: 10px; 
	font-size: 12px;
	font-weight: normal;
	font-family: verdana,arial,Geneva,sans-serif;
}
ul.hmenu li {
	color: #fff;
	display: block;
	float: right;
	margin-right: 2px; 
	margin-top: 0px;
	width: 97px;
	position: relative; /*--Important--*/
}
ul.hmenu li a {
	background: #b41400;
	text-decoration: none;
	text-align: center;
	text-transform:uppercase;
	height: 22px;
	width: 97px;
	display: block;
	color: #fff;
	padding-top: 8px;
}


ul.hmenu li .sub {
	position: absolute; /*--Important--*/
	top: 30px; left: 0;
	z-index: 99999;
	background: #b41400; /*--Background gradient--*/
/*	padding: 5px 5px 5px;*/
	padding-left: 5px;
	padding-top: 0px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none; /*--Hidden for those with js turned off--*/
}
ul.hmenu li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul.hmenu li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}
ul.hmenu .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #fff;
}
ul.hmenu .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;  margin: 0;
	font-size: 21px;
	font-weight: normal;
}
ul.hmenu .sub ul li h2 a { /*--Sub nav heading link style--*/
/*	padding: 2px 0;*/
	background-image: none;
	color: #e8e000;
	text-align: left;
}
ul.hmenu .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	width: auto;
/*	padding: 7px 3px 3px 15px; */
	padding-left: 15px;
	padding-top: 12px;
	padding-bottom: 10px;
	display: block;
	text-decoration: none;
	text-transform:none;
	font-size: 12px;
	font-weight:normal;
	color: #fff;
	text-align: left;
}
ul.hmenu .sub ul li a:hover {
	color: #ddd;
	background:transparent;
}
ul.hmenu li .sub ul li:hover {
	background: #8d0f00;
}
