.indentmenu{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 892px; /*leave this value as is in most cases*/
}

.indentmenu ul{
	margin: 8;
	padding: 0;
	float: center;
	width: 100%;
	border-top: 1px #cccccc;
	background: #c30020;
}

.indentmenu ul li{
	display: inline;
	padding: 0px;
}

.indentmenu ul li a{
	float: center;
	color: white; /*text color*/
	padding: 0px 15px;
	text-decoration: none;
	border-top: 0px #cccccc;
	background: #c30020;
	padding-bottom: 0px;
}

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

.indentmenu ul li a.selected{
	color:#c30020;
	padding-top: 0px; /*shift text down 1px*/
	padding-bottom: 0px;
	border-top: 0px #cccccc;
	background: #c0c0c0;
	text-decoration: none;
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px #cccccc;
width: 880px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

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