#hmenu {
	float:left;
	width:100%;
	background:url("../images/lgnew/rp.png") repeat-x;
	font-size:100%;
	font-weight:bold;

	}
#hmenu ul {
	margin:0;
	padding:0px 10px 0 0px;
	list-style:none;
	}
#hmenu li {
	display:inline;
	margin:0;
	padding:0;
	}
#hmenu a {
	float:left;
	
	margin:0;
	padding-left:0px;
	text-decoration:none;
	}
#hmenu a span {
	float:left;
	display:block;
	background:url("../images/lgnew/center.gif") no-repeat right top;
	padding:8px 15px 8px 12px;
	color:red;
	}
#hmenu .highlight span
{	
	display:block;
	padding:8px 15px 8px 12px;
	color:white;
	background:url("../images/lgnew/center.gif") no-repeat right top;
	background-position:100% -30px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#hmenu a span {float:none;}
/* End IE5-Mac hack */
#hmenu a:hover span {color:#FFFFFF;}
#hmenu a:hover {background-position:0% -30px;}
#hmenu a:hover span {background-position:100% -30px; }