.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 10px;
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*/
}
.shadetabs li{
display: inline;
margin: 0;
}
.shadetabs li a{ text-decoration: none; padding: 3px 7px; margin-right: 3px; border: solid 1px #778; color: #2d2b2b; background: #d7d7d7 url(../images/boxcontent1.gif) repeat-x left top; }
.shadetabs li a:visited{
color: #2d2b2b;
}
.shadetabs li a:hover{ text-decoration: underline; color: silver; }
.shadetabs li.selected{
position: relative;
top: 1px;
}
.shadetabs li.selected a{ /*selected main tab style */
background-color: #fff; background-image: none; border-bottom-color: white; }
.shadetabs li.selected a:hover{ /*selected main tab style */
color: silver; text-decoration: none; }
.tabcontentstyle{ /*style of tab content oontainer*/
background-color: white; width: 553px; height: auto; margin-bottom: 1em; padding: 10px; border-top: 1px solid gray; border-right-color: gray; border-right-width: 1px; border-bottom-color: gray; border-bottom-width: 1px; border-left-color: gray; border-left-width: 1px; }
.tabcontent{
display:none;
}
@media print {
	.tabcontent {
display:block!important;
}
}
