#menu {
	margin: -7px auto 0px;
	text-align: center;
	float: left;
	width: 100%;













}
#menu ul {
	list-style: none;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
	height: 32px;
	text-align: center;







}

#menu li {
	display: inline;


}

#menu a {
	padding-left: 10px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 10px;
	margin: 0px;
	font-family: "Trebuchet MS";
	text-align: center;
	line-height: 18px;
	padding-bottom: 2px;
	background-color: #990000;











}

#menu a:hover {
	text-decoration: none;
	color: #FF9900;
	background-image: url(../images/menu4.gif);
	background-position: left bottom;
	line-height: 20px;
	padding-bottom: 2px;












}
