#menu ul{
	background: #FFB400;
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#menu li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: auto;
}

#menu a {
	background: #FFB400 url("../img/menu/separator.png") bottom right no-repeat;
	color: #FFFFFF;
	display: block;
	float: left;
	margin: 0px;
	padding: 11px 20px;
	text-decoration: none;
   font-weight: bold;
	width: auto;
}
#menu a.rad{
	padding: 5px 20px;
	text-align: center;
}

#menu a:hover {
	background: #F2AA00 url("../img/menu/hover.png") bottom center no-repeat;
	color: #000000;
	padding-bottom: 11px;
}

#menu a.rad:hover {
	background: #F2AA00 url("../img/menu/hover.png") bottom center no-repeat;
	color: #000000;
	padding-bottom: 5px;
}
