#menu_container {
	height: 56px;
	width: 893px;
	background:url(../graphics/menu_bg.png) repeat-x 50% 0; 
	margin: auto; 
	text-align:center;
}

ul.nav {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif !important;
	z-index: 100;
	position: relative;
	list-style: none;
	margin:0 auto;
	padding: 0;
	float:left; display: inline;
}

ul.nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	float:left;display:inline;
	text-align:left;
	background: none;
}

ul.nav li a {
	font-family:  Trebuchet MS,  Arial, Helvetica, sans-serif !important;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	float:left; display: inline;
	padding: 20px 8px 0 8px;
	text-transform: uppercase;
	text-decoration: none;
	height: 36px;
}

ul#nav-one li:hover a, 
ul#nav-one li.sfHover a {
	font-size: 12px;
	text-decoration: none;
	color: #A50A44;
	background-image:url(../graphics/menu_active.gif);
}

ul.nav li ul { 
	list-style: none;
	margin:0;
	padding: 0;
	position: absolute;
	top: 56px;
	left: 0;
	background: #e6e6e6;
	display:none;
	width: auto !important;
	width: 50px;
}

ul.nav li ul li {
	border: 0;
	float: none; display: block;
	clear:both;
	width: 100%;
	padding: 0 !important;
	margin: 0 !important;
	border-top:1px solid #fff;
	border-bottom: 1px solid #cfcfcf;
	font-size: 0;
	line-height: 0;
}

ul.nav li ul li a {
	white-space: nowrap;
	font-size: 11px !important;
	line-height: 14px;
	float: none; display: block;
	height: auto;
	color: #A50A44;
	padding: 3px 20px 3px 30px;
}

ul#nav-one li:hover ul li a, 
ul#nav-one li.sfHover ul li a {
	background: #e6e6e6;
	color: #A50A44;	
}

ul#nav-one li ul li:hover a, 
ul#nav-one li ul li.sfHover a {
	background-color: #4C367E;
	color: #fff;	
}
