#tabnav {
	width: 100%;
	height:100%;
	min-height:480px;
}
 
#tabs {
	height:30px;
	*height:30px;
	position: relative;
}
 
#tabsTopo{
	background:url(../img/abas/topAbas.png) no-repeat; 
	width:745px; 
	height:10px; 
	float:left; 
	margin:0 auto; 
	padding:0;
}

#content {
	padding: 10px;
	height:100%;
	min-height:480px;
	background:url(../img/abas/bgmeio.png) repeat-y; 
	width:725px; 
	float:left; 
	margin:0 auto;
}
 
#content div p {
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 12px;
	
}

#tabs ul li {
	/*background: url("img/menu/fdo_modens.png") top left no-repeat;*/
	text-decoration: none;
	font:12px Arial, Helvetica, sans-serif;
	color:black;
	display: block;
	width: 85px;
	height: 28px;
	_height: 28px;
	*height:32px;
	margin: 0 10px 0 0;
	text-align: center;
	padding: 2px 0 0 0; 
	float: left;
}

#tabs ul li:HOVER, #tabs ul li:VISITED {
	font-weight: bold;
	cursor:pointer;
	*cursor:hand;
}

#tabsBase {background:url(../img/abas/bgRodape.png) no-repeat; width:745px; height:9px; float:left; margin:0 auto;}

