.indentmenu{
	font: normal 11px Arial;
	width: 550px;
	margin-left:5px;
	margin-top:5px;
}

.indentmenu ul{
margin: 0px;
padding: 0px;
float: left;
border-top: 1px solid #fff; 
background: url(../img/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; 
padding: 5px 11px;
text-decoration: none;
border-right: 2px solid #fff;
width:44px;
font: normal 11px Arial;
}

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

.indentmenu ul li a.selected{
color: white !important;
padding-top: 6px; 
padding-bottom: 4px;
background: url(../img/indentbg2.gif) center center repeat-x;
}


.tabcontentstyle{ 
border: 1px solid #fff;
width: 450px;
padding: 10px;
}

.tabcontent{
display:none;
font: normal 12px Arial; height:440px;
}

@media print {
.tabcontent {
display:block !important;
}
}
