/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
##padding:5px 10px;
margin-bottom:-1px;
display:block;
float:right;
color:#555;
text-decoration:none;
outline: none;
font-size: 16px;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
 }

.shadetabs li a:visited{
}

.shadetabs li a:hover{

}

.shadetabs li a.selected{ /*selected main tab style */
padding:5px 10px;
background:#efefef;
border:1px solid #CCC;
border-bottom-color:#efefef;

}

.shadetabs li a.selected:hover{ /*selected main tab style */

}
