.shadetabs{
padding:6px 10px 3px 10px;
margin-left: 0;
margin-top:1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left;
background:#ededef;
border-bottom:1px solid #4581a3;
}

.shadetabs li{
display: inline;
margin: 0;
height:25px;
}

.shadetabs li a{
text-decoration: none;
position:relative;
z-index: 1;
padding: 3px 0px 3px 15px;
*padding: 0px 0px 0px 15px;
margin-right:4px;
color: #ffffff;
background:url(../images/tabb-grn-normal.jpg) left top no-repeat;
}

.shadetabs li a span{
padding:3px 15px 3px 0px;
background:url(../images/tabb-grn-normal.jpg) right top no-repeat;
}


.shadetabs li a:hover{
background:url(../images/tabb-grn-act.jpg) left top no-repeat;
color: #4581a3;
}

.shadetabs li a:hover span{
background:url(../images/tabb-grn-act.jpg) right top no-repeat;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
color:#4581a3;
}


.shadetabs li a.selected{ /*selected main tab style */
background:url(../images/tabb-grn-act.jpg) left top no-repeat;
border-bottom-color: white;
}

.shadetabs li a.selected span{ /*selected main tab style */
background:url(../images/tabb-grn-act.jpg) right top no-repeat;
border-bottom-color: white;
}

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

.tabcontent{
display:none;
line-height:20px;
}

.subtabcontent {
width:115px;
float:left;
color:#031417;
margin-left:5px;
}

.subtabcontent a {
color:#031417;
}

.subtabcontent a:hover {
color:#525252;
}

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