.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
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;
position: relative;
z-index: 1;
font: bold 12px Verdana;
padding: 4px 7px;
margin-right: 3px;
color: #FFF;
background: #333 url(tab.gif) top left repeat-x;
-moz-border-radius:3px 3px 0 0;
-khtml-border-radius:3px 3px 0 0;
-webkit-border-radius:3px 3px 0 0;
behavior:url(border-radius-ie8.htc);
}

.shadetabs li a:visited{
color: #FFF;
}

.shadetabs li a:hover{
color: #FFF;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
color:#FFF;
/*border:solid thin #FFF;
border-width: 0 0 1px 0;*/
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(tab_select.gif);
border-bottom-color: #FFF;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
	.tabcontent {
	display:block !important;
	}
}

