.shadetabs{
margin: 0;
padding: 0;
font: bold 12px arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: block;
border:1px solid #666666;
margin: 0 0 4px 31px;
psdding: 2px;
width: 203px;
}

.shadetabs li a{
text-decoration: none;
display: block;
line-height:36px;
padding: 3px 0 3px 24px;
margin: 3px;
border: 2px solid #990000;
background: url(http://www.osiumenyiora.com/images/shade.jpg) top left no-repeat;
color: #990000;
}

.shadetabs li a:visited{
color: #990000;
}

.shadetabs li a:hover{
text-decoration: none;
color: #666666;
background: url(http://www.osiumenyiora.com/images/shadeactive.jpg) top left no-repeat;
}

.shadetabs li.selected{
border-color: #666666;
}

.shadetabs li.selected a { /*selected main tab style */
color:black;
border-color: red;
color: #666666;
background: url(http://www.osiumenyiora.com/images/shadeactive.jpg) top left no-repeat;
}


.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
#maintab {
border: none;
}