.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	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: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background-position: bottom;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	margin-right: 1px;
	color: #FFFFFF;
	background: url(../images/shade.jpg) top left repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
}

.shadetabs li a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

.shadetabs li a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

.shadetabs li a:active{
	color: #FFFFFF;
	text-decoration: none;
}

.shadetabs li.selected{
	position: relative;
	top: 1px;
	text-decoration: none;

}

.shadetabs li.selected a{ /*selected main tab style */
	background-image: url(../images/shadeactive.jpg);
	text-decoration: none;
}

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

.tabcontentstyle{ /*style of tab content container*/
	width: auto;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #184E85;
	background-position: 102px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 190px;
/*	height: 20px;-*/
	vertical-align: bottom;
}

.tabcontent{
display:none;
}

a.barmenu, a.barmenu:visited {
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	text-indent: 3px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
}

a.barmenu:hover {
	color: #DFFF80;
	text-decoration: none;
	font-weight: normal;
}

a.barmenuactive {
	color: #DFFF80;
	text-decoration: none;
	font-weight: normal;
}
a.barmenuactive:hover {
	color: #DFFF80;
	text-decoration: none;
	font-weight: normal;
}
a.barmenuactive:visited {
	color: #DFFF80;
	text-decoration: none;
	font-weight: normal;
}

@media print {
.tabcontent {
display:block!important;
}
}
