.shadetabs2{
padding: 4px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs2 li{
display: inline;
margin: 0;
}

.shadetabs2 li a{
text-decoration: none;
padding: 4px 12px;
margin-right: 0px;
color: #2d2b2b;
background:url(3.gif) top left no-repeat;
}

.shadetabs2 li a:visited{

}

.shadetabs2 li a:hover{
text-decoration: none;
color:#666666;
background-image: url(4.gif);
}

.shadetabs2 li.selected{
position: relative;
top: 1px;
color: #993300;
}

.shadetabs2 li.selected a{ /*selected main tab style */
background-image: url(4.gif);
border-bottom-color: white;
color: #993300;
}

.shadetabs2 li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border-top: 1px solid gray;
border-bottom:1px solid gray;
border-left:1px solid gray;
border-right:1px solid gray;
width: 98%;
margin-bottom: 1em;
padding: 0px 2px 2px 2px;
}

* html .tabcontentstyle{ /*IE only */
padding-top: 1em;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}


