.indentmenu{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%; /*leave this value as is in most cases*/
	font-weight: bold;
}

.indentmenu ul{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 480px; /*width of menu*/
	background: #fff;
}

.indentmenu ul li{
	display: inline;
}

.indentmenu ul li a{
	float: left;
	color: #ccc; /*text color*/
	padding: 6px 20px;
	text-decoration: none;
	border: 1px solid #eee;
}

.indentmenu ul li a:visited{
	color: white;
}

.indentmenu ul li a.selected{
	color: #888 !important;
	border-top: 1px solid #aaa;
	background: #eee;
}

.tabcontentstyle{
	border: 1px solid gray;
	background-repeat: repeat-x;
	width: 450px;
	margin-bottom: 1em;
	padding: 10px;
}

.content {
	display:none;
	padding-top: 8px;
}

@media print {
.content {
	display:block !important;
}
}