#menu_head {
   position: absolute;
   font-size: 86%;
   right: 0;
   top: 0;
   padding: 10px;
   width: 155px;
   text-align: right;
}

#menu_head li {
   position: relative;
   display: block;
   font-weight: bold;
   text-decoration: none;
}

#menu_head a,
#menu_head a:link,
#menu_head a:visited {
   position: relative;
   display: block;
   background-color: transparent;
   color: #ffffff;
   font-weight: bold;
   text-decoration: none;
}

#menu_head a:focus,
#menu_head a:hover,
#menu_head a:active {
   color: #ffffff;
   text-decoration: underline;
}