/* CSS Document */
.nav {float:right;
margin-top:0px;
_margin-top:-18px;
#margin-top:-18px;
 }
#nav a {
  margin: 0 3px 0 0;
  /*padding: 2px;*/
 /* background-image:url(button_.png);
  background-position: bottom;  
  background-repeat:no-repeat;*/
  height: 15px;
  width: 15px;
  float:left;
  text-align: left;
  font-size:9px;
  
  }
  
#nav a.activeSlide {
background-position: bottom; 
background-repeat:no-repeat;
 }
 
#nav a:focus { 
outline: none; 
}

