#menu_service {
   font-size: 72%;
   position: absolute;
   margin: 5px 5px 5px 5px;
   padding: 0;
   right: 0;
   bottom: 13px;
   bottom: 0;
   z-index: 20;
  
}

#menu_service li {
   display: block;
   float: left;
   margin: 0 15px 0 7px ;
   padding: 0 0 0 0;
   width: 181px;
   height: 30px;
}


#menu_service a,
#menu_service a:link,
#menu_service a:visited {
   background-color: transparent;
   color: #1E71A8;
   display: block;
   font-weight: bold;
   margin: 0;
   padding: 4px 10px 6px 50px;
   text-decoration: none;
   background-position: top left;
   background-repeat: no-repeat;
}

#menu_service a:focus,
#menu_service a:hover,
#menu_service a:active {
   color: #1E71A8;
   text-decoration: none;
}