.indentmenu{
	font: bold 12px Arial;
	width: 320px;
	height:25px;
	background-color:#000000;
	text-align:right;
}

.indentmenu ul{
	display:inline;
	margin: 0;
	padding: 0;
	list-style-type:none;
	float:right;
}

.indentmenu ul li{
	display: inline;
}

.indentmenu ul li a{
	display:block;
	width:25px;
	height:25px;
	float:left;
	text-decoration: none;
	border:none;
    outline:none;
}

.indentmenu ul li a.selected{
	height:25px;
	background-image:url(../images/tab_on.png);
	background-repeat:no-repeat;
}

.indentmenu ul li a:hover{
	background-image:url(../images/tab_sel.png);
	background-repeat:no-repeat;
}

.tabcontent{
	display:none;
	width:320px;
	height:110px;
	text-align:left;
}

.tabcontent2{
	display:none;
	width:320px;
	height:160px;
	text-align:left;
}

.tabbox{
	border:1px solid gray;
	background-color:#000000;
	width:320px;
	height:110px;
	overflow:hidden;
}

.tabbox2{
	border:1px solid gray;
	background-color:#000000;
	width:320px;
	height:160px;
	overflow:hidden;
}

@media print {
	.tabcontent {
		display:block !important;
	}
}