.indentmenu{
font: bold 11px;
font-family:Trebuchet MS;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/

}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #000000; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #333333; /* divider between menu items*/
border-left: 1px solid #333333; /* divider between menu items*/
border-top: 1px solid #333333; /* divider between menu items*/
border-bottom:1px solid #333333;
margin-right:10px;
margin-bottom:-1px;
background-image:none;
background-color:#ffffff;

}

.indentmenu li a:hover
{	
	background-image:none;
	background-color:#242424;
	color:#ffffff;
	margin-bottom:-1px;
	border-bottom:solid 1px #ffffff;
	
}

.indentmenu ul li a:visited{
color: #000000;
}

.indentmenu ul li a.selected
{
	background: black url(/images/hemo_menu_background_a.png) center center repeat-x;
}

.indentmenu ul li a.selected:hover
{
	background-image:none;
	background-color:#242424;
	color:#ffffff;
	margin-bottom:-1px;
	border-bottom:solid 1px #ffffff;
}


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

.tabcontent{
display:none;
}

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