.indentmenu{
font: bold 11px Geneva, Arial, Helvetica, sans-serif;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left; /*border*/
	background: #333333 url(indentbg.gif) center center repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #999999; /*divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected{
color: white !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background: #EF2E23 url(indentbg2.gif) center center repeat-x;
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid #999999;
width: 285px;
margin-bottom: 1em;
padding: 0px;
font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}

.tabcontent{
	display:none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	border: 1px solid #cccccc;
	align:centre;
	height:280px;
}

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