.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Arial;
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 15px;
margin-right: -4px;
border: 1px solid #d6d0bb;
border-bottom-color: #c8c8c8;
color: #264a8f;
background: white url(shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #264a8f;
}

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

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

.shadetabs li.selected a{ /*selected main tab style */
background: #edf0f4;
border-color: #c8c8c8;
border-bottom-color: #edf0f4;
color: #264a8f;
}

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

.contentstyle{
border: 1px solid #c8c8c8;
width: 303px;
margin-bottom: 1em; padding: 10px;
font: bold 13px Arial;
color: #F00;
background: #edf0f4;
}
