/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 9px 0px;
margin: 0;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
padding: 3px 0px;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 12px;
margin-right: 3px;
color:#444;
font-weight: bold;

}

.shadetabs li a:visited{

}

.shadetabs li a:hover{
text-decoration: underline;

}

.shadetabs li a.selected{ /*selected main tab style */
	text-decoration: underline;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: underline;
}

.tabcontent{
display:none;
}
