.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
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;
	color: #2d2b2b;
	background-image: url(../images/tab-hover.png);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #778;
	border-right-color: #778;
	border-bottom-color: #777788;
	border-left-color: #778;
}

.shadetabs li a:visited{
	color: #2d2b2b;
	background-image: url(../images/tab-hover.png);
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-style: none;
}

.shadetabs li a:hover{
	background-image: url(../images/tab-active.png);
	background-repeat: repeat-x;
	background-position: left top;
}

.shadetabs li.selected{
	position: relative;
	top: 1px;
	height: 100%;
	width: 100%;
	background-color: white;
}

.shadetabs li.selected a{ /*selected main tab style */
	background-image: url(../images/tab-hover.png);
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-style: none;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	background-image: url(../images/tab-active.png);
	background-repeat: repeat-x;
	background-position: left top;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	border: 1px solid #CCCCCC;
	width: 500px;
	margin-bottom: 1em;
	padding: 10px;
	float: left;
	height: 100%;
	background-color: #FFF2FF;
}

.tabcontent{
display:none;
}

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