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

.shadetabs{
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
font-size:12px;
padding-bottom:10px;
}

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

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 0px 7px;
border-right: 1px solid #778;
}

.shadetabs li a:visited{
	color:#3385D6
}

.shadetabs li a:hover{
text-decoration: underline;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
text-decoration: underline;
color:#000
}

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

.tabcontent{
display:none;
}

