ul.blue {
	padding: 5px;
	margin: 10px 40px;
	list-style: none;
	float: left;
	clear: left;
	text-align:center;
}

ul.blue li {
	float: left;
	display: inline; /*For ignore double margin in IE6*/
	margin: 6px;
	
}

ul.blue li a {
	text-decoration: none;
	float:left;
	color: #3c69b2;
	cursor: pointer;
	font: 13px "Arial", Helvetica, sans-serif;
	background: url(../images/greyblue.png) no-repeat top right;
}

ul.blue li a span {
	margin: 0 10px 0 -10px;
	padding: 3px 8px 5px 18px;
	position: relative; /*To fix IE6 problem (not displaying)*/
	float:left;
	background: url(../images/greyblue.png) no-repeat top left;
}


/*BLUE*/
ul.blue li a.current, ul.blue li a:hover {
	background: url(../images/grey.png) no-repeat top right;
 	color: #000;
}

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