.indentmenu{
	width: 100%;
	z-index: 999;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left; /*navy border*/
background: url(tab-bg.gif) no-repeat;
}

.indentmenu ul li{
	display: inline;
	margin: 0px;
	padding: 0px;
}

.indentmenu ul li a{
	float: left;
	text-decoration: none;
	width: 120px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.indentmenu ul li img{
	border: none;
}

.indentmenu ul li#tb1 a.selected{
	padding-bottom: 8px;
	background: url(tab1.gif) no-repeat center top;
}
.indentmenu ul li#tb2 a.selected{
	padding-bottom: 8px;
	background: url(tab2.gif) no-repeat center top;
}
.indentmenu ul li#tb3 a.selected{
	padding-bottom: 8px;
	background: url(tab3.gif) no-repeat center top;
}
.indentmenu ul li#tb4 a.selected{
	padding-bottom: 8px;
	background: url(tab4.gif) no-repeat center top;
}
.indentmenu ul li#tb5 a.selected{
	padding-bottom: 8px;
	background: url(tab5.gif) no-repeat center top;
}

.tabcontentstyle{
	width: 600px;
	height: 26px;
	text-align: center;
	padding-top: 8px;
	font-size: 13px;
	color: #333333;
}
.tabcontentstyle a{
	font-size: 13px;
	color: #333333;
	text-decoration: none;
}
.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
