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

.shadetabs li{
font: normal 9px Verdana;
display: inline;
margin: 0;
}

.shadetabs li a{
float:left;
font: normal 9px Verdana;
text-decoration: none;
padding:0 0 0px 2px;
margin-right: 1px;
color: White;
background: #838383 url(../assets/color_tabs_left.gif) no-repeat left top;
border-bottom: 1px solid #838383;
}

.shadetabs li a span{
float:left;
display:block;
background: transparent url(../assets/color_tabs_right.gif) no-repeat right top;
padding: 3px 3px 2px 3px;
}

.shadetabs li a:visited, .shadetabs li a:visited span{
color: White;
}

.shadetabs li a:hover, .shadetabs li a:hover span{
text-decoration: underline;
color: white;
}

.shadetabs li.selected{
position: relative;
top: 1px;
background-color: #464646;
}

.shadetabs li.selected a, .shadetabs li.selected a span{ /*selected main tab style */
background-color: #464646;
color: White;
border-bottom: 1px solid #464646;
}

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

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid #464646;
width: 100%;
margin-bottom: 1em;
padding: 5px;
float: left;
line-height: 1.25em;
height: auto;
}

.tabcontent{
display:none;
}

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