/* ######### CSS for Shade Tabs. Remove if not using ######### */

.tabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.tabs li{
display: inline;
margin: 0;
}

.tabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin-right: 3px;
	color: #333333;
	background-color: #E8F3FF;
}

.tabs li a:visited{
color: #2d2b2b;
}

.tabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.tabs li a.selected{ /*selected main tab style */
	position: relative;
}

.tabs li a.selected{ /*selected main tab style */
	background-color: #E8F3FF;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #006699;
}

.tabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

