/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 19px century gothic;
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-repeat:no-repeat;
background-image:url(3.jpg);

color: #2d2b2b;
width:140px;
display:block;
float:left;
text-align:center;
line-height:35px;
background-position:left;



}
.clear{clear:both;}

.shadetabs li a{
text-decoration: none;

}



.shadetabs li a:hover{
text-decoration: underline;
color: #FFFFFF;

}


.tabcontent{
display:none;
color:#FFFFFF;
 

}








