@charset "utf-8";
/* CSS Document */
#menu {
	margin:33px 0 0 8px;
	padding:0;
	height:29px;
	float:left;
}

#menu li {
	padding:2px 10px;
	margin:0;
	display:inline;
	float:left;
	height:25px;
	background-color:#b01500;
}

#menu li:hover {
	background-color:#fedd01;
}

#menu li a {
	font: 11px Helvetica, Verdana, Arial, sans-serif;
	text-decoration: none;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
}

#menu li:hover a {
	color: #b01500;
}
