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

.shadetabs{
padding:10px 0;
margin:0 0 20px 0;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
position: relative;
z-index: 1;
padding: 3px 5px;
text-decoration: none;
font-weight: bold;
color:#000;
}

.shadetabs li a:visited{

}

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

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
color:#A91414;
}

.shadetabs li a.selected{ /*selected main tab style */

}

.shadetabs li a.selected:hover{ /*selected main tab style */

}