.nav 
{ 
margin: 8px 0px 0px 570px  ;
}

#nav a 
{ 
margin: 0 1px; 
background: #1C2D81 ; 
color:#1C2D81 ;
text-decoration: none;  
height: 5px;
font-size: 7px;
color: #1C2D81;
padding: 3px;
font-family: Arial;
}

#s4
{
    margin: 6px 0px 0px 0px;
}

#s4 a img
{
    border: 0px solid white;
}

        #s4 a
        {
            display: none;
        }
        
        #s4 a .first
        {
            display: block;
        }


#nav a.activeSlide 
{ 
background: #fdb813;
color:  #fdb813;

}

#nav a:focus 
{ 
outline: none; 
}
