.slidetabs{
margin: 0px 0px 5px 5px;
color: #666666; 
font: 12px Verdana, Tahoma, Helvetica, sans-serif;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
width:inherit;
}

.slidetabsLEND{
margin: -10px 0px 0px 3px;
color: #666666; 
font: 12px Verdana, Tahoma, Helvetica, sans-serif;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
width:inherit;
}

.slidetabs li{
display: inherit;
margin: 2px;
line-height: 150%; 
}

.slidetabs li a{
text-decoration: underline;
position: relative;
z-index: 1;
margin-right: 0px;
color: #4284B0;
background-color: inherit;
}

.slidetabs li a:visited{
color: #4284B0;
}

.slidetabs li a:hover{
text-decoration: none;
color: #9EC068;
}

.slidetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.slidetabs li a.selected{ /*selected main tab style */
background-image: url(slideactive.gif);
border-bottom-color: white;
}

.slidetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}