#menu_top {
   position: relative;
   float: right; 
   list-style: none;
   font-size: 92%;
   margin:  0  10px 0  0;
   z-index: 5
}

#menu_top li {
   float: left;
   display: block;
   margin: 7px 0 0 0;
}

#menu_top a,
#menu_top a:link,
#menu_top a:visited {
   text-transform: uppercase;
   display: block;
   list-style: none;
   background-color: transparent;
   color: #333;
   font-weight: normal;
   padding:  4px 5px 4px 5px;
   text-decoration: none;
}

#menu_top a:focus,
#menu_top a:hover,
#menu_top a:active {
   display: block;
   font-weight: normal;
   color: #fff;
   text-decoration: none;
   background-color: #9CCECF;
}
