.shadetabs{
width: 205px;
float:right;
text-align: left; /*set to left, center, or right to align the menu as desired*/

}

.column2spacer{
height: 8px;
}

.shadetabs div{
margin: 0;
}

.shadetabs div a{
display:block;
text-decoration: none;
width: 200px;
height: 29px;
font: bold 15px Arial;
color:#000000;
padding-top: 8px;
padding-left: 5px;
}

.shadetabs div a:visited{
color: #2d2b2b;
}

.shadetabs div a:hover{
text-decoration: none;
color:#235937;
}

.shadetabs div.selected{
position: relative;
color:#235937;
}

.shadetabs div.selected a{
background-image: url(../images/gray_03.gif);
background-repeat:repeat-y;
background-position: top;
color:#235937;
}

.shadetabs div.selected a:hover{
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
background-image: url(../images/gray_02.gif);
background-repeat:repeat-y;
width: 415px;
height: 310px;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
}

.tabcontent{
display:none;
}

.servicehead{
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
color:#235937;
font-weight:bold;
}

.servicecontent{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
line-height:2;
}

@media print {
.tabcontent {
display:block!important;
}
}