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

.shadetabs{
margin:0px;
padding:0px;
float:left;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

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

.shadetabs li a{
text-decoration: none;
position: relative;
color: #2d2b2b;
}

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

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

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

.shadetabs li a.selected{ /*selected main tab style */
background:#FF943B;
}

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