ul {
	padding: 5px;
	margin: 10px 0;
	list-style: none;
	background-color: #fff;
	border-bottom: 0px solid #e7e7e7;
	float: center;
	clear: left;
}

ul li {
	float: left;
	display: inline; /*For ignore double margin in IE6*/
	margin: 0 10px;
}

ul li a {
	text-decoration: none;
	float:left;
	color: #999;
	cursor: pointer;
	font: 900 14px/22px "Arial", Helvetica, sans-serif;
}

ul li a span {
	margin: 10px 10px 0 -10px;
	padding: 1px 8px 5px 18px;
	position: relative; /*To fix IE6 problem (not displaying)*/
	float:left;
}

/*GREEN*/

ul.green li a.current, ul.green li a:hover  {
 	color: #576d07;
 	text-decoration: none;
	background: url(/rap/images/green.png) no-repeat top right;
}

ul.green li a.current span, ul.green li a:hover span {
	background: url(/rap/images/green.png) no-repeat top left;
}

