

.indentmenu {
	float:left;
}

.indentmenu ul {
	width:150px;
	margin-top:1px;
	
}

.indentmenu ul li {
	width:150px;
	height:30px;
	background:#f1f1f1;
	border-top:2px solid #bf1414;
	margin-bottom:6px;
	_margin-bottom:2px !Important;
	*margin-bottom:4px !Important;
}

.indentmenu ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
}

.indentmenu ul li a:visited{
font-weight:bold !Important;
color:#000 !Important;
}

.indentmenu ul li a.selected{
font-weight:bold !Important;
color:#bf1414 !Important;
background:url(../img/indicacao.gif) no-repeat center right 50%;
text-decoration:underline;

}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
