.shadetabs{
	padding: 2px 0;
	margin-left: 2px;
	margin-top: 3px;
	margin-bottom: 1px;
	font: 9px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-weight: bold;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 3px;
margin-right: 0px;
outline: none; /*remove dotted borders when clicked on*/
border: 1px solid #778;
border-bottom: none;
color: #ffffff;
background: white url(../images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #ffffff; /*not working in FF*/
}

.shadetabs li a:hover{
text-decoration: none;
color: #ffffff;
background: white url(../images/shadeactive.gif) top left repeat-x;
}

.shadetabs li.selected{
position: relative;
top: 0px;
}

.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;
}

.specTable{
	padding: 4px 5px;
	margin-left: 5px;
	margin-top: 3px;
	margin-bottom: 1px;
	font: 11px Arial;
	color:#FFFFFF;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.tabcontentstyle{ /*style of tab content oontainer*/
/*background-color: #FFFFFF;
border: 1px solid gray;*/
width: 375px;
margin-bottom: 1px;
padding: 2px;
}

.tabcontent{
display:none;
}

/*@media print {
.tabcontent {
display:block!important;
}
}*/
