.glowingtabs{
	width:756px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	height: 36px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-transform: capitalize;
	display: block;
	float: left;
	padding: 0px;
	position: relative;
	margin: 0px;
}
.shadetabs {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.shadetabs li {
	display: block;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	padding: 0px;
}
.shadetabs li img {
	text-decoration: none;
	font-size: 0px;
	line-height: 0px;
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.shadetabs li a {
	position: relative;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 13px;
	padding-right: 0px;
	padding-left: 0px;
	top: 4px;
	bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	font-weight: bold;
	background-image: url(../images/tab-hover-lft-crv.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.shadetabs a.selected { /*selected main tab style */
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #225780;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/tab-select-lft-crv.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 5px;
	margin: 0px;
}
.shadetabs a.selected span{
	font-weight:bold;
	color:#225780;
	background-image: url(../images/tab-sel-rgt-crv.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 13px;
	padding-right: 10px;
	padding-left: 8px;
	margin: 0px;
}

.shadetabs a.selected:hover{ /*selected main tab style */
	text-decoration: none;
	color: #225780;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 13px;
	padding-left: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/tab-select-lft-crv.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
}
.shadetabs a.selected:hover span{ /*selected main tab style */
	text-decoration: none;
	color: #225780;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 8px;
	background-image: url(../images/tab-sel-rgt-crv.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
}
.shadetabs a span{
	float:left;
	font-weight:normal;
	color:#225780;
	background-image: url(../images/tab-hover-rgt-crv.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 13px;
	margin: 0px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.shadetabs a span {float:none;}
/* End IE5-Mac hack */



.shadetabs a:hover{ /*onMouseover style*/
	background-position:left top; /*Shift background image up to start of 2nd tab image*/
	color: #225780;
	background-image: url(../images/tab-select-lft-crv.jpg);
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 13px;
	padding-left: 0px;
	background-repeat: no-repeat;
	margin: 0px;
}

.shadetabs a:hover span{ /*onMouseover style*/
	background-position:right top; /*Shift background image up to start of 2nd tab image*/
	color: #225780;
	background-image: url(../images/tab-sel-rgt-crv.jpg);
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 8px;
	background-repeat: no-repeat;
	margin: 0px;
}


.tabcontent{
	display:none;
	color: #FF0000;
}

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