ul {
	padding: 0px;
	margin: 0;
	list-style: none;
	float: left;
	clear: left;
	font-family: calibri, arial, Helvetica-Normal;
	font-size: 14px;
	text-transform: uppercase;
	color: #9a9e9b;
	text-decoration: none;
}

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

ul li a {
	text-decoration: none;
	float:left;
	color: #9a9e9b;
	cursor: pointer;
	font-family: calibri, arial, Helvetica-Normal;
	font-size: 14px;
	text-transform: uppercase;
}

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

/*GREEN*/

ul.green li a.current, ul.green li a:hover  {
	color: #fff;
	background-image: url(../images/menu-bg.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	height: 77px;
    line-height: 60px;
	}

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

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

ul.blue li a.current span, ul.blue li a:hover span {
	background: url(images/blue.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;
}