@CHARSET "ISO-8859-1";

.menuBarDivH1ItemContainer {
	position: relative;
	display: block;
	width: 100%;
	height: 100px;
	text-align: right;
}

.menuItemDivH1 {
	top: -40px;
	width: 90px;
	height: 100px;
	background: url('../img/botao_menus_grd.png') no-repeat center;
	float: left;
	position: relative;
	display: block;
	z-index: 1;
	margin-right: 8px;
}

.menuItemLabelDivH1 {
	width: 90px;
	height: 50px;
	top: 50px;
	/* 	left: 30px; */
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	display: block;
	font-size: 9pt;
	color: #FFFFFF;
	cursor: pointer;
	z-index: -1;
}

.menuBarDivH2ItemContainer {
	clear: both;
	position: relative;
	display: block;
	width: 430px;
	height: 51px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
}

.menuItemDivH2 {
	width: 87px;
	height: 51px;
	/*	border: 1px solid #111111;*/
	float: left;
	position: relative;
	display: block;
	z-index: 1;
	cursor: pointer;
}

.menuItemLabelDivH2 {
	width: 88px;
	height: 51px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	font-size: 10pt;
	color: #603913;
}

.menuItemLabelDivH2:HOVER {
	font-weight: bold;
}

.menuItemDivH2Separator {
	width: 20px;
	height: 51px;
	float: left;
	position: relative;
	display: block;
	background: url('../img/bolinha_menu.png') no-repeat center;
}