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

.shadetabs{
padding: 0 0;
margin: 0 0 0 0;

text-align: left; /*set to left, center, or right to align the menu as desired*/

font-family: Arial, Helvetica, sans-serif;
font-size: 17px;
color: #000000;

}

.shadetabs li{

display: inline;
margin: 0px 0px 0 0;
color: #000000;
}

.shadetabs li a{

text-decoration: none;

padding: 4px 7px 1px 7px;
margin: 0px;
background:#f5f4f4;
color:#000000;
}

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

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

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

color:#FF0000;
font-weight: bold;
position: relative;
/*bottom: 1px;*/


background:#fff;
}

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


