ul.blue {
	list-style: none;
	float: left;
	clear: left;
	/*width:315px;*/
	padding:0;
	margin:0 0 0 9px;

}

ul.blue li {
	float: left;
}

ul.blue li a {
	float: left;
	text-decoration: none;
	color: #ccc;
	padding: 4px 8px 0 0;
	margin-right: 14px;
	font: 900 11px "Arial", Helvetica, sans-serif; 
}

ul.blue li a span {
	float: left;
	padding-right: 8px;
	display: block;
	margin-top: -4px;
	height: 24px;
	margin-left:-8px;
}

ul.blue li a {
 	color: #29416D;
	background: url(../images/green.png) no-repeat top right;
}

ul.blue li a span {
	background: url(../images/green.png) no-repeat top left;
}

ul.blue li a:hover {
	color: #FFFFFF;
	background: url(../images/green_h.png) no-repeat top right;
}

ul.blue li a:hover span {
	background: url(../images/green_h.png) no-repeat top left;
}

ul.blue li a.current {
	background: url(../images/green_h.png) no-repeat top right;
	color: #FFFFFF;
}

ul.blue li a.current span {
	background: url(../images/green_h.png) no-repeat top left;
}

