.indentmenu{
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	color:#006666;
	width: 100%; /*leave this value as is in most cases*/
}
.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	/* width: 80%; width of menu*/
	background: url(../images/indentbg.gif) no-repeat left top;
}
.indentmenu ul li{
	display: inline;
}
.indentmenu ul li a{
	float: left;
	width:90px;
	padding-top:5px;
	text-align:center;
	font-size:13px;
	height:21px;
	color:#016E91; /*text color*/
	text-decoration: none;
	background: url(../images/indentbg.gif) no-repeat left top;
	}
.indentmenu ul li a:visited{
	color:#016E91;
	background: url(../images/indentbg.gif) no-repeat left top;
}
.indentmenu ul li a.selected{
			background: url(../images/indentbg2.gif) no-repeat left top;
	}
.tabcontentstyle{ /*style of tab content oontainer*/
}
.tabcontent{
	display:none;
}
@media print {
	.tabcontent {
		display:block !important;
	}
}