.shadetabs{
	padding: 3px 0;
	margin-left: 3px;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 300;
	
}

.shadetabs li{
	display: inline;
	margin: 0;
	
}

.shadetabs li a{
	text-decoration: none;
	margin-right: 3px;
	border: 1px solid #006699;
	background-color: #cccccc;
	color: #000000;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
}

.shadetabs li a:visited{
color: #000000;
}

.shadetabs li a:hover{
text-decoration: none;
color: #000000;
background-color: #ffffff;
}

.shadetabs li.selected{
	position: relative;
	top: 1px;
	color: #000000;
}

.shadetabs li.selected a{ /*selected main tab style */
	background-color: #fff;
	border-bottom-color: white;
	background-repeat: repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #006699;
	text-decoration: none;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid #006699;
width: 530px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
	display:none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 22px;
}

.tabspec{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 22px;
	border-bottom: 1px dashed #999999;
	border-left: 3px solid #999999;
	border-right: 3px solid #999999;
	padding: 5px 2px 3px 8px
}

.tabspec2{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 22px;
	border-bottom: 1px dashed #999999;
	padding: 5px 2px 3px 8px;
}

.tabspec3{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 22px;
	border-bottom: 1px dashed #999999;
	border-left: 3px solid #999999;
	border-right: 3px solid #999999;
	padding: 5px 2px 3px 8px;
}

.tabspec4{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 22px;
	border-bottom: 1px dashed #999999;
	padding: 5px 2px 3px 8px;
}

.tabf{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 22px;
	border-left: 3px solid #999999;
	border-bottom: 1px dashed #999999;
	padding: 5px 2px 3px 8px;
}

.tabm{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 22px;
	background-color:#CCCCCC;
	padding: 5px 2px 3px 8px;
	font-weight: bold;
}

