.shadetabs{
	padding: 2px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 10px Arial, Helvetica, sans-serif;
	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;
	margin-right: 1px;
	color: #2d2b2b;
	background: white url(../images/shade.gif) top left repeat-x;
	border-top: 1px solid #CC9900;
	border-right: 2px solid #996600;
	border-bottom: 1px solid #FFFF99;
	border-left: 1px solid #999900;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
	background-image: url(../images/shadeactive.gif);
	border-bottom-color: white;
}

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

.tabcontentstyle{ /*style of tab content oontainer*/
	width: 253px;
	margin-bottom: 1em;
	padding: 10px 6px 5px;
	background: #FFFFCC;
	height: 249px;
	overflow: scroll;
	list-style: circle;
	border-top: 1px solid #999900;
	border-right: 2px solid #996600;
	border-bottom: 2px solid #996600;
	border-left: 1px solid #999900;
}

.tabcontent{
	font: 11px Arial, Helvetica, sans-serif;
	text-align: left;
	display:none;
	list-style: none;
}

.tabcontent h2{
	font: bold 14px "Courier New", Courier, monospace;
	margin-bottom: 0px;
	color: #999966;
	margin-top: 0px;
}

.tabcontent li{
	margin-top:0px;
	margin-bottom: 3px;
	border-bottom: 1px solid #CCCC66;
	padding-bottom: 1px;
}


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