.CSSTabDiv
{
	height:250px;
}
.shadetabs{
position:relative;
list-style-type: none;
text-align:right;
width: 140px;
height:460px;
left:-30px;
top:35px;

float:left;
background-color:transparent;
vertical-align:middle;
}
.shadetabs li 
{
list-style-type: none;
}
.shadetabs li a{
background-color:transparent;
font: bold 10px Verdana, Helvetica, sans-serif;
color: #73791E;
display: block;
width: auto;
padding-left: 5px;
text-decoration: none;
}


* html .shadetabs li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 140px;
}

.shadetabs li a:visited, .shadetabs li a:active{
color: #73791E;
}

.shadetabs li a:hover{
color: #26206b;
text-decoration:none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
position:relative;
left:0px;
width: 550px;
height:400px;
overflow:auto;
padding: 10px;
float:left;
top:30px;
}

.tabcontent{
display:none;
}


@media print {
.tabcontent {
display:block!important;
}
}