#main_menu {
	float:right;
	width:555px;
	background:url('../images/header-low.gif') repeat-x;
}

#main_menu ul {
	margin: 0 ;
	padding: 0 ;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:700;
	list-style:none;
	display: inline ;
}
#main_menu ul li {
	margin: 0 2px 0;
	padding: 0;
	text-align: center ;
	height:54px;
	float:right;
}

#main_menu li a {
	color:#252525;
	padding: 25px 4px 0;
	text-decoration: none ;
	display:block;
}

#main_menu li a:hover {
	color:#c50c1f;
}

#main_menu .current {
	color:#FFF;
	background: url('../images/menu-l.gif') no-repeat;
}

#main_menu .current a{
	color:#FFF;
	height:27px;
	background: url('../images/menu-r.gif') no-repeat right top;
}




