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

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font-size:11px;
font-weight:bold;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
padding:10px;
border-bottom:1px solid #E8E8E8;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
color:#333333;

}


.shadetabs li a:hover{
text-decoration:none;
color:#0066FF;
cursor:pointer;
}
.selected{cursor:pointer;}
.shadetabs li a.selected{ /*selected main tab style */
color:#0066FF;
cursor:text;


}

.shadetabs li a.selected{ /*selected main tab style */
cursor:pointer;
}

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

}



