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

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.shadetabs a:link, .shadetabs a:visited{
	color:#666;
	text-decoration:none;
}
.shadetabs a:hover{
	color:#069;
	text-decoration:none;
}
.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 5px 7px;
margin-right: 3px;
border: 1px solid #dedede;
color: #2d2b2b;
background: #eee;
font-size:16px;
font-weight:normal;
}

.shadetabs li a:visited, .shadetabs li a:link{
color: #666;
text-decoration:none;
}

.shadetabs li a:hover{
background: white;
text-decoration:none;
color: #096;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
bottom:5px;
height:30px;
padding: 10px 7px;
}

.shadetabs li a.selected{ /*selected main tab style */
background: white;
border-bottom-color: white;
color:#666;
}

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



