#layer1 {
   z-index : 90; 
   background-color : #666666; 
   border: 0;
   padding: 5px;
   position : absolute; 
   left: 465px;
   top: 163px;
   text-align:left;
   font-weight:bold;
   visibility : hidden;
   text-transform: lowercase;
}

#layer1 a {
   color:#ffffff;
   text-decoration: none;
}

#layer1 a:hover {
   color:#bbbbbb;
   text-decoration: none;
}



