 /*Sets background color and border around the Serv DIV*/
a:hover {
  text-decoration: underline; 
}
/* #Serv {
  width: 150px;
}*/
 /*Sets size-height and padding of all top-level Servicesitems*/

 /*Sets background color for each top-level ServicesItems*/
div.ServLib {
   background-color: #a1b599;
}
/*Sets Font-size Font-Family and color for each links on top-level menuitems*/ 
.ServLib{
   font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 10px;
   color: white;
   font-weight: bold;
   text-transform: uppercase;
   padding: 2px 2px 2px 2px;
   border-bottom: 1px solid #C7D3C2;
}
.ServLib a {
   font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 10px;
   color: white;
   font-weight: bold;
   text-transform: uppercase;
}

.ServLib a:visited {
   font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 10px;
   color: white;
   font-weight: bold;
   text-transform: uppercase;
}
 /*Sets size-height and padding of all second-level ServicesItems*/
/*Sets Font-size Font-Family and color for each links on second-level ServicesItems*/ 
.ServRub a {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 10px;
   color: #000000;
   font-weight: bold; 
   line-height: 15px;  
}
.ServRub {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 10px;
   color: #000000;
   font-weight: bold;
   padding: 4px;   
}
.ServRub a:hover {
 text-decoration: underline;  
}
 /*Sets background color for the second-level ServicesItems*/
div.ServRub {
background-color: #c7d3c2;
}
#Serv div.rub{
	background-image: url(img/blt_RightBody.gif);
	background-repeat: no-repeat;
	background-position: right;
}









