.shadetabs{
padding: 3px 0 2px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0px;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
/* width: 90%; width of menu. Uncomment to change to a specific width */
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 4px 7px 6px;
margin-right: 3px;
border: 0px solid #778;
color: #2d2b2b;
background: url(images/shade.gif) repeat-x left top;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: none;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 0px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(images/shadeactive.gif);
border-bottom-color: #fff3b3;

}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{
	border: 0px solid gray;
	width: 700px;
	margin-bottom: 1em;
	padding: 10px;
	background-color: #FFf3b3;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}

*html .tabs li.selected {
border-left: 1px solid #2d2b2b;
}

*html .tabs li.selected a {
border-left: 0px;
} 
