.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 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;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
margin-left: 10px;
border-left: 1px solid #778;
border-right: 1px solid #778;
border-top: 1px solid #778;
color: #FC3;
background: white url(http://www.reelson.org/images/shade.gif) top left repeat-x;
}

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

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

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

.shadetabs li.selected a{ /*selected main tab style */
color: #FF9;
background-image: url(http://www.reelson.org/images/shadeactive.gif);

}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
color: #FC3;
}
/*---------------------------------------------------------------------------------------------------------------------------*/
.shadetabs li.selected2{	
position: relative;
top: 1px;
}

.shadetabs li.selected2 a{ /*selected main tab style */
color: #FF9;
background-image: url(http://www.reelson.org/images/shade3.gif);

}

.shadetabs li.selected2 a:hover{ /*selected main tab style */
text-decoration: none;
color: #FC3;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
.shadetabs li.selected3{	
position: relative;
top: 1px;
}

.shadetabs li.selected3 a{ /*selected main tab style */
color: #FF9;
background-image: url(http://www.reelson.org/images/shade3.gif);

}

.shadetabs li.selected3 a:hover{ /*selected main tab style */
text-decoration: none;
color: #FC3;
}
/*---------------------------------------------------------------------------------------------------------------------------*/
.shadetabs li.selected4{	
position: relative;
top: 1px;
}

.shadetabs li.selected4 a{ /*selected main tab style */
color: #FF9;
background-image: url(http://www.reelson.org/images/shade4.gif);

}

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

.contentstyle{
margin-top:3px;
border-left: 1px solid gray;
border-right: 1px solid gray;
border-top: 1px solid gray;
border-bottom:1px solid #666;
width: 790px;
background-color:#252525;
margin-left: 10px;
}
