ul.shadetabs{
	padding: 33px 0px 10px 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 7px;
	font-size: 11px;
	line-height: 11px;
	font-family:Arial, Helvetica, sans-serif;
	color: #999999;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

ul.shadetabs li{
	display: inline;
	margin: 0px 5px 0px 5px;
	padding-top:  0px;
	text-decoration: none;
	/*background:url(images/tab_bknd.jpg) repeat-x bottom;*/
	}

ul.shadetabs li a{
	text-decoration: none;
	padding: 0px 5px 4px 5px;
	border-bottom: 2px solid #999;
	color: #999;
}

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

ul.shadetabs li a:hover{
	text-decoration: none;
	color: #777;
	border-bottom: 2px solid #777;
}

ul.shadetabs li.selected{
	position: relative;
	top: 0px;
	text-decoration: none;
	/*background:url(images/tab_bknd_active.jpg) repeat-x bottom;*/
}

ul.shadetabs li.selected a{ /*selected main tab style */
	color:#DD7126;
	border-bottom: 2px solid #DD7126;
	text-decoration: none;
}

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

.tabcontentstyle{ /*style of tab content oontainer*/
	border: 0px solid gray;
	width: 524px;
	height: 213px;
	/*margin-bottom: 1em;*/
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

.tabcontent{
	display:none;
}

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