.indentmenu{
	font: bold 12px Arial;
	width: 491px;
	height:25px;
	background-color:#02283a;
	text-align:right;
}

.indentmenu .NewsSponser{
	display:inline;
	width:370px;
	height:25px;
	padding-left:10px;
	padding-top:3px;
	text-align:left;
	float:left;
}
.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:490px;
	height:180px;
	text-align:left;
}

.tabbox{
	border:1px solid gray;
	width:490px;
	height:180px;
	overflow:hidden;
}

@media print {
	.tabcontent {
		display:block !important;
	}
}