.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: normal 10px Verdana;
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;
background-color: #FFFFFF; 
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #334b65;
background: white url(anansicmsImg_core/icon_shade.gif) top left repeat-x;
background-color: #CCCCCC;
}

.shadetabs li a:visited{
color: #334b65;
}

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

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

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(anansicmsImg_core/icon_shadeactive.gif);
border-bottom-color: #FFFFFF;
background-color: #FFFFFF; 
}

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

.contentstyle{
border: 1px solid grey;
width: 620px;
background-color: #FFFFFF;
margin-bottom: 1em; padding: 0px;
}

.contentstyle_1{
border: 1px solid grey;
width: 525px;
margin-bottom: 1em; padding: 0px;
}

.contentstyle_2{
border: 1px solid grey;
width: 700px;
margin-bottom: 1em; padding: 0px;
}