/*#menu ul {
	margin: 0px;
	padding-top: 5px;
	list-style-type: none;
	text-align: center;
	font-family: arial;
	font-size: 10px;
	height: 25px;
}

#menu ul li {
	width: 180px;
	float: right;
}

#menu ul li a
{
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #212516;
	width: 180px;
	height: 10px;
	background-image: url(../images/backgrounds/menuNormal.png);
	background-repeat: no-repeat;
	line-height: 15px;
}

#menu ul li a:hover
{
	color: #F9B82A;
	background-image: url(../images/backgrounds/menuHover.png);
	width: 180px;
}*/

#menu {
	padding-bottom:20px;
}

#menu ul {
	float:right;
	list-style:none;
	margin-right:15px;
	padding:0px;
	height: 25px;
	width: 540px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menu ul li {
	float:left;
}
#menu ul li a {
	display: block;
	text-align:center;
	background-image:url(../images/backgrounds/menuNormal.png);
	width:180px;
	height:20px;
	padding-top:5px;
	font-weight: bold;
	color: #212516;
	text-decoration: none;
}

#menu ul li a:hover {
	background-image:url(../images/backgrounds/menuHover.png);
	width:180px;
	color: #5F6A40;
}
