.shadetabs{
padding: 2px 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: 2px 3px;
margin-right: 2px;
border: 1px solid #778;
color: #2d2d2d;
background: #97BBFF url(shade.png) top left repeat-x;
}

.shadetabs li a:visited{
color: #5F5F5F;
}

.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(shadeactive.png);
border-bottom-color: #FFF;
}

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

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 225px;
/*margin-bottom: 1em;*/
margin-bottom: 0px;
/*padding: 10px;*/
padding: 0px;
}

.tabcontent{
	display:none;
	font-size:12px;
	font-weight:bold;
	width: 225px; 
	height: 150px; 
	overflow: auto;
}

.tabcontent ul
{
	margin-left: 0;
	padding-left: 0;
	margin-top:0;
	margin-bottom:0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

.tabcontent a
{
	display: block;
	padding: 3px;
	width: 210px;
/*	background-color: #036; */
	background-image:url(itemBG.png);
	border-bottom: 1px solid #eee;
}

.tabcontent a img
{
/*	color:#4A70B6; */
	color:#2d2d2d;
}

.tabcontent a:link
{
/*	color: #FFF;
*/
	color: #2d2b2b;
	text-decoration: none;
}

.tabcontent a:hover
{
/*	background-color: #369;
	color: #fff;
*/
}









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