
.menu_central_abas
	{
	clear: both;
	width:540px;
	position: relative;
	background: #fff;
	padding: 0px;
	}
.menu_central_abas a
	{
	margin: 0px 0px 0px 0px;
	background: #ffe;
	text-align: justify;
	white-space: nowrap;
	padding: 1px;
	border-bottom: 0px solid #666;
	border-left: 1px solid #ccc;
	border-top: 1px solid #999;
	border-right: 1px solid #333;
	font-family: Verdana;
	font-size: 10px;
	line-height: 10px;
 	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	-moz-border-radius-topleft: 1.0em;
	-moz-border-radius-topright: 1.0em;
	}
.menu_central_abas a:hover
	{
	background:#fff;
 	font-size: 10px;
 	/*font-weight: bold;*/
 	padding: 1px;
 	color: #f00;
	text-decoration: none;
	}
.menu_central_abas a:visited
	{
	color: #f00;
	text-decoration: none;
	}
