/* Try this menu ----------- */

#horizMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF1C1C;
	background-color: #CC0000;
	font-size: 8px;
	height: 20px;
	text-align: center;
	font-weight: bold;
	line-height: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 10px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #FFCC00;
	border-left-color: #CC0000;
}
#horizMenu ul {
	margin-left: auto;
	clear: both;
	float: none;
	margin-right: auto;
	position: relative;
}
#horizMenu ul li {
	float: left;
	display: inline;
}
#horizMenu ul a, #horizMenu ul a:hover {
	font-size: 8px;
	line-height: 20px;
	text-decoration: none;
	padding: 0px 8px 0px 6px;
	color: #ffffff;
	display: block;
}
#horizMenu ul a:hover {
	background-color: #FFCC00;
	color: #D11007;
}

