#menu_ver {
   width: 150px;
}

#menu_ver ul {
   margin: 0;
   padding: 0;
   list-style: none;
}

#menu_ver ul li {
    display: block;
    margin: 0 0 2px 0;
}

#menu_ver ul li a {
   display: block;
   margin: 0;
   padding: 0 20px 0 0;
   height: 25px;
   font: bold 12px/25px Arial, sans-serif;
   text-decoration: none;
   text-align: center;
   color: White;
   background: url("../images/button-medium.gif") no-repeat scroll 0 0 transparent !important;
   float: right;
   width: 100px;
}
#menu_ver ul li a:hover {
   text-decoration: none;
   color: #ffffff;
   background: #ffcd9c;
}
