/** Menu Service **/

#menu_service {
   position: relative;
   background-color: #fff;
   padding: 5px 0;
   margin-bottom: 14px;
   font-size: 92%;
   border-bottom: 8px solid #F1F2D7;
   border-right: 8px solid #F1F2D7;
   border-left: 8px solid #F1F2D7;
   text-transform: uppercase;
}

#menu_service li {
   display: block;
}

#menu_service a,
#menu_service a:link,
#menu_service a:visited {
   position: relative;
   font-weight: bold;
   background-color: transparent;
   display: block;
   padding: 5px 10px 5px 30px;
   color: #603913;
   text-decoration: none;
   background-image: url("../images/bg_service_a.gif");
   background-position: 10px center;
   background-repeat: no-repeat;
}

#menu_service a:focus,
#menu_service a:hover,
#menu_service a:active,
#menu_service a.selected,
#menu_service a.selected:link,
#menu_service a.selected:visited,
#menu_service a.selected:focus,
#menu_service a.selected:hover,
#menu_service a.selected:active {
   background-image: url("../images/bg_service_ahover.gif");
   background-position: 10px center;
   background-repeat: no-repeat;
   color: #FA7C1A;
}

