.indentmenu
{
	padding: 0 ;
	width: 100%;
	height: 29px;
	text-align: center;
	margin: 0px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	vertical-align: top;
}

indentmenu ul{
font: bold normal 11px Tahoma;
margin:0;
padding:0;
text-align: center;
list-style:none;
vertical-align: top;
}

.indentmenu li{
display:inline;
margin:0 2px 0 0;
text-align: center;
padding:0;
text-transform:uppercase;
vertical-align:top;
}


.indentmenu a
{
	float: right;
	color: white;
	height: 29px;
	background: url(images/buto.gif) no-repeat top;
	margin: 0px 3px 0px 3px;
	padding: 3px 3px 0px 0px;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0;
	width: 121px;
}

.indentmenu a span
{	
	vertical-align:top;
	float:right;
	display:block;
	padding:3px 8px 0px 7px;
}
.indentmenu a.selected
{
	margin: 0px 3px 0px 3px;
	padding: 3px 3px 0px 0px;
	height: 29px;
	background:url(images/but-2.gif) no-repeat  top;
	text-decoration: none;
	letter-spacing: 0;
	width: 121px;
}
.tabcontainer
{
	text-decoration: none;
	
	width: 650px;
	height:29px;
}


.tabcontent
{
	text-decoration: none;
	display: table;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-position: center;
	text-align: center;
	visibility: inherit;
}
.tabcontent a.link
{
	text-decoration: none;
	display: none;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-position: center;
	text-align: center;
}
.tabcontent a.visited
{
	text-decoration: none;
	display: none;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-position: center;
	text-align: center;
}
.tabcontent a.selected
{
	text-decoration: none;
	display: none;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	background-position: center;
	text-align: center;
}

@media Print    
{
.tabcontent {
	DISPLAY: block! important
}

}
