.shadetabs{
padding:3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
border: px solid #BBCDF3;
text-align: left; /*set to left, center, or right to align the menu as desired*/
background: white url(bg-old.gif) top left repeat-x;
}

.shadetabs-rss{
padding:3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
border: 0px solid #BBCDF3;
text-align: left; /*set to left, center, or right to align the menu as desired*/
background:  url() top left repeat-x;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 4px 7px;
margin-right: 3px;
border: 1px solid #BBCDF3;
color: #336699;
background: white url(shade.gif) top left repeat-x;
}

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

.shadetabs li a:hover{
text-decoration: underline;
color: red;
}

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

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(shadeactive.gif);
color: CC6633;
border-bottom-color: white;
}

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

.contentstyle{
border: 1px solid #BBCDF3;
width: 100%;
margin-bottom: 0.5em; padding: px;
}