/** Menu Service **/

#MenuService {
   position: relative;
   width: 147px;
   list-style: none;
   margin: 18px 0;
}

#MenuService li {
   display: block;
}

#MenuService li.firstLi a,
#MenuService li.firstLi a:link,
#MenuService li.firstLi a:visited {
   background-image: url(../images/bg_menuservice.gif);
   background-position: left top;
   background-repeat: no-repeat;
   display: block;
}

#MenuService li.firstLi a:focus,
#MenuService li.firstLi a:hover,
#MenuService li.firstLi a:active,
#MenuService li.firstLi a.selected,
#MenuService li.firstLi a.selected:link,
#MenuService li.firstLi a.selected:visited,
#MenuService li.firstLi a.selected:focus,
#MenuService li.firstLi a.selected:hover,
#MenuService li.firstLi a.selected:active {
   background-position: left -50px;
}

#MenuService li.lastLi a,
#MenuService li.lastLi a:link,
#MenuService li.lastLi a:visited {
   background-image: url(../images/bg_menuservice.gif);
   background-position: left -268px;
   background-repeat: no-repeat;
}

#MenuService li.lastLi a:focus,
#MenuService li.lastLi a:hover,
#MenuService li.lastLi a:active,
#MenuService li.lastLi a.selected,
#MenuService li.lastLi a.selected:link,
#MenuService li.lastLi a.selected:visited,
#MenuService li.lastLi a.selected:focus,
#MenuService li.lastLi a.selected:hover,
#MenuService li.lastLi a.selected:active {
   background-position: left -220px;
}

#MenuService a,
#MenuService a:link,
#MenuService a:visited {
   padding: 7px 5px;
   display: block;
   color: #fff;
   text-decoration: none;
   background-color: #3BB1E3;
   border-bottom: 1px solid #fff;
}

#MenuService a:focus,
#MenuService a:hover,
#MenuService a:active,
#MenuService a.selected,
#MenuService a.selected:link,
#MenuService a.selected:visited,
#MenuService a.selected:focus,
#MenuService a.selected:hover,
#MenuService a.selected:active {
   background-color: #A1C060;
}

/** Label **/

/** Menu Service **/

#MenuLabel {
   position: relative;
   width: 147px;
   list-style: none;
   margin: 0 0 18px;
}

#MenuLabel li {
   display: block;
}

#MenuLabel li.firstLi a,
#MenuLabel li.firstLi a:link,
#MenuLabel li.firstLi a:visited {
   background-image: url(../images/bg_menuservice.gif);
   background-position: left top;
   background-repeat: no-repeat;
   display: block;
}

#MenuLabel li.firstLi a:focus,
#MenuLabel li.firstLi a:hover,
#MenuLabel li.firstLi a:active,
#MenuLabel li.firstLi a.selected,
#MenuLabel li.firstLi a.selected:link,
#MenuLabel li.firstLi a.selected:visited,
#MenuLabel li.firstLi a.selected:focus,
#MenuLabel li.firstLi a.selected:hover,
#MenuLabel li.firstLi a.selected:active {
   background-position: left -50px;
}

#MenuLabel li.lastLi a,
#MenuLabel li.lastLi a:link,
#MenuLabel li.lastLi a:visited {
   background-image: url(../images/bg_menuservice.gif);
   background-position: left -268px;
   background-repeat: no-repeat;
}

#MenuLabel li.lastLi a:focus,
#MenuLabel li.lastLi a:hover,
#MenuLabel li.lastLi a:active,
#MenuLabel li.lastLi a.selected,
#MenuLabel li.lastLi a.selected:link,
#MenuLabel li.lastLi a.selected:visited,
#MenuLabel li.lastLi a.selected:focus,
#MenuLabel li.lastLi a.selected:hover,
#MenuLabel li.lastLi a.selected:active {
   background-position: left -220px;
}

#MenuLabel a,
#MenuLabel a:link,
#MenuLabel a:visited {
   padding: 7px 5px;
   display: block;
   color: #fff;
   text-decoration: none;
   background-color: #3BB1E3;
   border-bottom: 1px solid #fff;
}

#MenuLabel a:focus,
#MenuLabel a:hover,
#MenuLabel a:active,
#MenuLabel a.selected,
#MenuLabel a.selected:link,
#MenuLabel a.selected:visited,
#MenuLabel a.selected:focus,
#MenuLabel a.selected:hover,
#MenuLabel a.selected:active {
   background-color: #A1C060;
}
