
ul {
	padding:0;
	margin:0;
	list-style: none;
	
}

ul lis {
	float: left;
	display: inline !important; /*For ignore double margin in IE6*/
	margin: 0 50px 0 0;
}

ul lis a {
	text-decoration: none;
	float:left;
	color: #96a89c;
	text-shadow: #FFF 1px 1px 0; 
	cursor: pointer;
    font-family: 'Oswald', sans-serif; font-weight:300;

}

ul lis a span {
	margin: 0 10px 0 -10px;
	padding: 0px 6px 10px 18px;
	position: relative !important; /*To fix IE6 problem (not displaying)*/

}


/*BLUE*/
ul.blue lis a.current, ul.blue lis a:hover {
	background: url(../images/blue.png) no-repeat top right;
 	color: #0f5537;
	text-shadow:#f5f795 1px 1px 0;
	height:32px;
}

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

