.indentmenu {
	font: normal 9px Arial;
	width: 100%; /*leave this value as is in most cases*/
}
.indentmenu ul {
	margin: 0;
	padding: 0;
	float: left;
	/* width: 80%; width of menu*/
	border-bottom: 1px solid #BCC4C8; /*border*/
	border-left: 1px solid #BCC4C8; /*border*/
	background: #E3E7E8 center center;
}
.indentmenu ul li {
	display: inline;
}
.indentmenu ul li a {
	float: left;
	/*color: black; /*text color*/
	padding-left: 7px;
	padding-right: 7px;
	padding-top:2px;
	padding-bottom:1px;
	/*padding: 2px 7px;*/
	text-decoration: none;
	border-right: 1px solid #BCC4C8; /*divider between menu items*/
}
.indentmenu ul li a:hover {
	color: white;
}
/*
.indentmenu ul li a:visited {
	color: white;
}
*/
.indentmenu ul li a.selected {
	color: black !important;
	padding-top: 1px; /*shift text up 1px*/
	padding-bottom: 2px;
	background: #f8f8f8 center center;
}
.indentmenu ul li a.selected:hover {
	color:#2E3F5B;
}
.tabcontentstyle { /*style of tab content oontainer*/
	border: 1px solid #E3E7E8;
	width: 325px;
	/*margin-bottom: 1em;*/
	margin: 0;
	padding: 0;
}
.tabcontent {
	display:none;
}

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

