.shadetabs{
padding: 0;
margin-left: 5px;
margin-top: -24px;
margin-bottom: 0;
border-top: 1px ridge #eee; width: 565px;
border-left: 1px ridge #eee; height: 24px;
font: bold 11px Arial;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
	display: inline;
}

.shadetabs li a{
background: transparent url('btn_black_blue.gif') no-repeat top left;
float: left;
width: 78px;
text-decoration: none;
padding: 4px 8px;
color: #cccccc;
}

.shadetabs li a:visited{
color: #CCC;
}

.shadetabs li a:hover{
text-decoration: none;
color: #DDCEAC;
}

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

.shadetabs li.selected a{ /* selected main tab style */
background: transparent url('btn_black_orange.gif') no-repeat top left;
margin-top: 2px;
color: #ddceac;
}

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

.contentstyle{
position: relative;
width: 98%;
border-left: 1px ridge #eee; height: 400px;
margin-bottom: 1em; padding: 3px;
margin-left: 5px;
}