.shadetabs{
	float:left;
	line-height:normal;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 725px;
}

.shadetabs ul{
	list-style-type: none; /*Left offset of entire tab menu relative to page*/
	padding:0;
	margin: 0;
}

.shadetabs li{
display:inline;
margin:0;
padding:0;
}

.shadetabs a{
	float:left;
	background:url(media/glowtab-left.gif) no-repeat left top;
	margin:0;
	margin-right: 5px; /*spacing between each tab*/
	padding:0 0 0 9px;
	text-decoration:none;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: #666;
}

.shadetabs a span{
float:left;
display:block;
background:url(media/glowtab.gif) no-repeat right top;
padding: 5px 12px 3px 3px;
font-weight:bold;
color:#666;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.shadetabs a span {float:none;}
/* End IE5-Mac hack */

.shadetabs a:hover span {
color: #FFF;
}

.shadetabs a.current{ /*Selected Tab style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

.shadetabs a.current span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: #FFF;
}

.shadetabs a:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

.shadetabs a:hover span{ /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}

.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
display:none;
}
.shadetabs a.selected {

background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}
.shadetabs a.selected span {

background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: #FFF;
}
/*Tab Contents*/

.tabcontent{
	display:none;
	margin: 0px;
	float: left;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.bgtabcontent{
	width: 755px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#FFF;
	margin: 0px;
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 0px;
	border: 1px solid #CCC;
}

@media print {
.tabcontent {
	display:block !important;
	float: left;
}
}
