.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: bold 11px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
width: 31px;
height: 20px;
display: inline;
margin: 0;
}

.shadetabs li a{
width: 31px;
height: 20px;
text-decoration: none;
padding: 3px 7px;
margin-right: 0px;
border-bottom: 1px solid #ffffff;
color: #2d2b2b;
background: url(images/akisbg.gif) no-repeat;
}

.shadetabs li a:visited{
color: #8e0000;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #8e0000;
}

.shadetabs li.selected{
position: relative;
top: 0px;
}

.shadetabs li.selected a{ /*selected main tab style */
background: url(images/akisbga.gif) no-repeat;
}

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

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid #c0c0c0;
width: 100%;
overflow: auto;
margin-bottom: 1px;
padding: 0;
scrollbar-arrow-color: #ffffff;
scrollbar-face-color: #e2be17;
scrollbar-3dlight-color: #FFFFFF; 
scrollbar-darkshadow-color: #FFFFFF; 
scrollbar-highlight-color: #FFFFFF; 
scrollbar-shadow-color: #FFFFFF; 
scrollbar-track-color: #FFFFFF; 
}

.tabcontent{
display:none;
}

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