/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
margin-left: 0;
padding: 5px;
margin-top: 1px;
margin-bottom: 0;
font: bold  11px Verdana;
list-style-type: none;
text-align: center; /*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;
padding:0 2px 0 2px;
z-index: 1;
border-right: 1px solid #ffffff;
color:#016C5E; 
}

.shadetabs li a:visited{
color: #ffffff;
}

.shadetabs li a:hover{
color: #000000;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
padding:6px 3px;
color: #004080;
background-color:#FFFFFF;
font-size:12px;
}

.shadetabs li a.selected{ /*selected main tab style */
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
	display: none;
}

