.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-right:0px;
margin-bottom: 0;
font: lighter 11px tahoma;
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: 3px 7px;
margin-right: 0px;
border: 1px solid #ccc;
color: #2b2b2b;
background:	#ffffff;
	background-image:url(http://www.okatent.com/images/carpas_bg_tab.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
color: #2b2b2b;
background-color:#ffdfac;
	background-image:url(http://www.okatent.com/images/carpas_bg_tab1.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background:	#ffffff;
	background-image:url(http://www.okatent.com/images/carpas_bg_tab.jpg);
	background-position:top;
	background-repeat:repeat-x;
border-bottom-color: white;
color:#2b2b2b;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
background:	#ffffff;
	background-image:url(http://www.okatent.com/images/carpas_bg_tab.jpg);
	background-position:top;
	background-repeat:repeat-x;
border-bottom-color: white;
color:#2b2b2b;
}

.contentstyle{
border: 1px solid #cccccc;
width: auto;
margin-bottom: 1em; padding: 10px;
}
*html .contentstyle{
border: 1px solid #cccccc;
width: 535px;
margin-bottom: 1em; padding: 10px;
}