/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 0px;
margin-left: 0;
margin-top: 17px;
margin-bottom: 0;
font: bold 12px Arial;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
width : 240px;
}


.shadetabs li{
display: inline;
margin: 0;
width : 100px;
}

.shadetabs li a{
text-decoration: none;
xposition: relative;
z-index: 1;
padding: 8px 0px 0px 0px; 
margin-right: 0px;
border: 0px solid #778;
color: #f5f5f5;
width : 100%; 
height: 100%; 
text-align: center;
background: white url(Tab_off.png)  bottom ;

}

.shadetabs li a:visited{
color: #f5f5f5;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
width : 110px;	
height: 34px;
background-image: url(Tab_on.png);
border-bottom-color: white;
color: #2d2b2b;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
color: #2d2b2b;
}

.tabcontent{
display:none;
font: bold 12px Arial;
}



