.shadetabs{
padding: 13px;
margin-left: 0;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 10px 12px;
margin-right: 3px;
color: #F5F5F5;
background: #222;
text-transform: uppercase;
font-size: 12px;
border: 1px solid #333;
}

.shadetabs li a:hover{
/*text-decoration: underline;*/
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;	
}

.shadetabs li a.selected{ /*selected main tab style */
color: #00FF2E;
font-weight:700;	
}

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

.tabcontent{
display:none;
}

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

		
		
		