.menu_destaque {
	voice-family: "\"}\"";
	voice-family: inherit;
	display: inline-block;
	height: auto;
	width: 30px;
	float: right;
	margin-top: -128px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.menu_destaque ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}
.menu_destaque li {
	padding: 0;
	display: block;
	margin: 0;
}
.menu_destaque a {
	font: bold 11px Arial;
	color: #000000;
	text-decoration: none;
	background-color: #999999;
	border-top: 1px solid white;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	height: 18px;
	padding-top: 1px;
	padding-bottom: 2px;
	float: none;
}
.menu_destaque a:hover {
	font: bold 11px Arial;
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
	border-top: 1px solid white;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	height: 18px;
	padding-top: 1px;
	padding-bottom: 2px;
	float: none;
}
.menu_destaque a.selected {
	color: #999999;
	border-color: #CCCCCC;
	background-color: #000000;
	height: 18px;
}
#divcontainer {
	width:auto;
	height: 128px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

