﻿#mainmenu 
{
	width: auto; height:53px;
	margin-top:7px;
	/* margin-left:auto; */
	float:right;
}

#mainmenu ul
{
	border: 0px solid #BBB;
	width: 100%;
	background: url() center center repeat-x; /*Theme Change here*/
	margin-left: 0;
	padding-left: 0;
	margin: 0;
	float: right;
	font: 12px Arial;
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	float: right;
	color: #AD9069;
	color:#754B14;
	font-weight: normal;
	padding: 2px 8px 6px 4px;
	margin-top:32px;
	text-decoration: none;
	background: url() center right no-repeat; /*Theme Change here*/
	border-top: solid 2px #ffffff;
}

#mainmenu ul li a:hover
{
	border-top: solid 2px #A41117;
	color: #74C7B7;
}


