

ul.blue {
	padding: 5px;
	margin: 5px 0;
	list-style: none;

	float: right;
	clear: right;
}

ul.blue li {
	float: left;
}

ul.blue li a {
	float: left;
	text-decoration: none;

	padding: 0px 15px 0 0;
	margin-right: 8px;

font: bold 16px "Trebuchet MS";
            color: #e51905;
}

ul.blue li a span {
	float: left;
	padding-right: 15px;
	display: block;
	margin-top: 0px;
	height: 24px;
}

ul.blue li a:hover {
 	
	background: url(../images/grey.png) no-repeat top right;
}

ul.blue li a:hover span {
	background: url(../images/grey.png) no-repeat top left;
}

ul.blue li a.current {
	background: url(../images/grey.png) no-repeat top right;
 
}

ul.blue li a.current span {
	background: url(../images/grey.png) no-repeat top left;
}

