/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
font: bold 15px 'Arial';
list-style-type: none;
text-align:Left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
text-align:center;
margin: 0;
color: #876565;
width: 103px;
height: 67px;
}

.shadetabs li a{
text-decoration: none;
text-align:center;
position: relative;
color: #876565;
width: 103px;
height: 67px;
}

.shadetabs li a:visited{
}

.shadetabs li a:hover{
text-decoration: none;
color: #A15C5A;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
text-align:center;
color: #A15C5A;
background: #EFF2F1;
}

.shadetabs li a.selected{ /*selected main tab style */
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}


