/* ######### CSS for Shade Tabs. Remove if not using ######### */

	
.shadetabs{
	margin:0 0 1px 0;
	font: bold 13px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}

.shadetabs li{
	display: inline;
	margin: 0;
}
.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 8px 12px 2px 12px;
	margin: 0 0 0 0;
	border: 1px solid #202123;
	background:#e3effa url(../images/right_tab_bg.jpg) left top repeat-x;
	color: #0c3f6a;
	height: 21px;
	outline:none;
}

.shadetabs li a:visited{
	color: #2d2b2b;
	outline:none;
}

.shadetabs li a:hover{
	text-decoration: none;
	color: #2d2b2b;
	outline:none;
}

.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	background-color:#202123;
	color:#fff;
	outline:none;

}


.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}


