#servicebox {
   position: relative;
   background-image: url(../images/bg_news.gif);
   background-position: right bottom;
   background-repeat: repeat-y;
   width: 198px;
}

#servicebox h2 {
   width: 175px;
   color: #333;
   text-decoration: none;
   padding: 5px 10px 5px 10px;
   font-size: 120%;
   background-color: #FFD677;
   font-weight: normal;
}

#MenuService {
   position: relative;
   width: 195px;
   list-style: none;
   padding: 0 0 14px;
}

#MenuService li {
   padding: 4px 0;
   display: block;
}

#MenuService a,
#MenuService a:link,
#MenuService a:visited {
   color: #666;
   text-decoration: none;
   padding: 3px 10px;
   display: block;
}

#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 {
   color: #333;
   background-color: #FFD677;
   text-decoration: none;
}
