.indentmenu{
	width: 100%;
	border-bottom: 2px solid;
	border-bottom-color: #0066CC;
	margin-bottom: 10px;
	border-left: 1px solid;
	border-left-color: #0066CC;
	font-size: 12px;
	font-family: "MS UI Gothic";
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	border-top: 1px solid;
	background-color: #0099CC;
	float: left;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
	float: left;
	color: white;
	padding: 3px 11px;
	text-decoration: none;
	border-right: 1px solid black;
	font-weight: bolder;
}

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

.indentmenu ul li a.selected{
	color: white !important;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #0066CC;
}


.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;
}
}

