
ul {
	
	list-style: none;
	float: left;
	clear: left;
	margin:0px 0px 0px -44px;
}

ul li {
	float: left;
	display: inline; /*For ignore double margin in IE6*/
	margin: 0px 2px;
	background: url(../images/grey.gif) no-repeat top right;
	height:40px;
}

ul li a {
	text-decoration: none;
	float:left;
	color: #ffffff;
	cursor: pointer;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	text-transform:uppercase;
	
}

ul li a span {
	/*margin: 0 10px 0 -10px;
	padding: 10px 20px 5px 28px;*/
	position: relative; /*To fix IE6 problem (not displaying)*/
	float:left;
	width:121px;
	text-align:center;
	padding-top:12px;
}

/*BLUE*/
ul.blue li a.current, ul.blue li a:hover {
	background: url(../images/blue.gif) no-repeat top right;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	text-transform:uppercase;
 	color: #ffffff;
	height:40px;
	width:121px;
	text-align:center;
}

ul.blue li a.current span, ul.blue li a:hover span {
	background: url(../images/blue.gif) no-repeat top left;
	height:40px;
	width:121px;
	text-align:center;
}

/*GREEN

ul.green li a.current, ul.green li a:hover  {
 	color: #576d07;
	background: url(images/green.png) no-repeat top right;
}

ul.green li a.current span, ul.green li a:hover span {
	background: url(images/green.png) no-repeat top left;
}*/



/*PINK
ul.pink li a:hover {
 	color: #860737;
	background: url(images/pink.png) no-repeat top right;
}

ul.pink li a:hover span {
	background: url(images/pink.png) no-repeat top left;
}

ul.pink li a.current {
	background: url(images/pink.png) no-repeat top right;
 	color: #860737;
}

ul.pink li a.current span {
	background: url(images/pink.png) no-repeat top left;
}*/

/*RED
ul.red li a:hover {
 	color: #fff;
	background: url(images/red.png) no-repeat top right;
}

ul.red li a:hover span {
	background: url(images/red.png) no-repeat top left;
}

ul.red li a.current {
	background: url(images/red.png) no-repeat top right;
 	color: #fff;
}

ul.red li a.current span {
	background: url(images/red.png) no-repeat top left;
}*/