.navigation {
	
	background:url('../images/menubg.png');
	width:1000px;
	height:38px;
}

.navigation li{
float:left;
background: right url(../images/navsep.png) no-repeat;

}
.navigation .last{
background: none; } 

@font-face {
    font-family: 'opensans-semibold';
    src:   url('../fonts/OpenSans-Semibold-webfont.eot');

		
	    src: local('opensans-semibold'), 
         	 local('opensans-semibold'), 
         	 url('../fonts/OpenSans-Semibold.ttf') format('truetype'); 
}



.navigation li a{

font-size: 13px;
color: #dfdfdf;
line-height: 5px;
text-decoration: none;
display: block;
padding: 16px 36px 17px 36px;
margin-right:2px;
z-index: 6;
position: relative;

text-transform: uppercase;
color:#FFF;
font-size:14px;
font-family:'opensans-semibold',Arial, Helvetica, sans-serif

}

.navigation li .last{


padding: 16px 35px 17px 35px;
margin-right:0px;
background: none;


}

.liactive {
	background:none !important;
	
}
.current_active
{
	text-decoration:underline !important

}
.navigation li a:hover{
	text-decoration:underline !important
	/*background:url('../images/menubg-h.png');
	color: #0073a4;*/
}

.fader { display: inline-block; }
.fader img:last-child {
     position: absolute;
    top: 0; 
    left: 0;
    display: none;
}​