.shadetabs{
	font: bold 12px Verdana;
	width:100%;
    height:27px;
	list-style-type: none;
	background: white url(shade.gif) top left repeat-x;
	padding:0px;
	margin:0px;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.shadetabs ul{
width:100%;
height:27px;
	color: #254A8B;
	background: white url(shade.gif) top left repeat-x;
	margin:0px;
	float:left;
}
.shadetabs li{
	display: inline;
	margin: 0;
	list-style-type: none;
	float:left;
	width:78px;
	height:27px;
	line-height:27px;
	text-align:center;
    background: white url(shade.gif) top left repeat-x;
}
.shadetabs li a{
	text-decoration: none;
	color: #254A8B;
}

.shadetabs li a:visited{
color: #254A8B;
}

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

.shadetabs li.selected{
	position: relative;
	background-image: url(shadeactive.gif);
	width:78px;
	height:27px;
}

.shadetabs li.selected a{ /*selected main tab style */
border-bottom-color: white;
}

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

.tabcontentstyle{ /*style of tab content oontainer*/
width: 628px;
padding: 50px;
}

.tabcontent{
display:none;
}

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