.shadetabs{
padding: 0 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
background-color:white;
}

.shadetabs div{
display: inline;
margin: 0;
width:70px;
background-color:#cc7e00;
color:white;
float:left;
border-right:1px solid white;
height:14px;
padding-top:3px;
padding-bottom:2px;
padding-left:6px;
letter-spacing: 0;
font-size: 0.8em;
}

.shadetabs div a{
text-decoration: none;
margin-right: 3px;
color:white;
}

.shadetabs div a:visited{
color: white;
}

.shadetabs div a:hover{
color: white;
}

.shadetabs div.selected{
position: relative;
top: 0px;
background-color:#c05906;
border-bottom:1px solid #c05906;
}

.shadetabs div.selected a{ /*selected main tab style */
border-bottom-color: #e8e9e8;
}

.shadetabs div.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

#ajaxcontentarea #tabheader {
height:32px;
width: 672px;
background-color:#c05906;
font-size:18px;
color:white;
font-weight:bold;
padding:10px;
border-right:1px solid white;
text-align:left;
line-height:40px;
}

#ajaxcontentarea #tabcontent {
width: 672px;
font-size:11px;
padding:10px;
}

.contentstyle{
width: 672px;
padding-top:10px;
}