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

.shadetabs{
float:left;
width:370px;
margin-left: 0;
margin-bottom: 0;
background:#ffffff;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
padding-bottom:10px;
}

.shadetabs li{
float:left;
display: inline; 
padding-left:10px;
margin: 0; 
}

.shadetabs li.ref-li-top{
padding-right:24px;
}

.shadetabs li.ref-li-middle{
padding-right:53px;
}

.shadetabs li.ref-li-bottom{
padding-right:6px;
}

.shadetabs li a{
text-decoration: none;
position: relative;
margin:10px 0;
display:block;
float:left;
}

.shadetabs li a:visited{
}

.shadetabs li a:hover{
}

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

}

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

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