/* Estilos dos menus*/
/* menu do topo */
.MenuTop
{
	list-style: none;
	padding: 0;
	margin: 0;
}
/* itens do menu do topo */
.MenuItemTop
{
	float: left;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 50;
}
/* itens do menu do topo (over) */
.MenuItemTop:hover
{

}
.MenuTop>li:last-of-type 
{
	
} 
/* link dos itens do menu do topo */
.MenuItemTop a
{

}
.MenuItemTop a:hover
{

}
.MenuTopSelecionado
{
	float: left;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 50;
}
.MenuTopSelecionado a
{

}
/* menu da esquerda */
.MenuEsq
{
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	margin: 45px 0 10px 0;
z-index: 100;
}
/* itens menu da esquerda */
.MenuItemEsq
{
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 100;
}
.MenuItemEsq:hover
{

}
.MenuEsq>li:last-of-type 
{
	
} 
/* link dos itens do menu da esquerda */
.MenuItemEsq a
{
font-family: Times New Roman, Georgia, Sans-Serif;
	color: #cbb793;
	text-decoration: none;
	background-color: #39322c;
	margin-bottom: 2px;
	height: 30px;
	width: 195px;
	display: table;
	line-height: 31px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight:bold;
*zoom: 1;
}
.MenuItemEsq a:hover
{
	background: url('../../userfiles/mg/layout/bg_menu_ov.gif') repeat-x;
	color: #fff;
}
.MenuEsqSelecionado
{
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 50;
}
.MenuEsqSelecionado a
{
	background: url('../../userfiles/mg/layout/bg_menu_ov.gif') repeat-x;
	color: #fff;
}
/* menu da direita */
.MenuDir
{
	list-style: none;
	padding: 0;
	margin: 0;
}
/* itens do menu da direita */
.MenuItemDir
{
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 50;
}
/* itens do menu da direita (over) */
.MenuItemDir:hover
{

}
.MenuDir>li:last-of-type 
{
	
} 
/* link dos itens do menu da direita */
.MenuItemDir a
{

}
.MenuItemDir a:hover
{

}
.MenuDirSelecionado
{
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 50;
}
.MenuDirSelecionado a
{
}
/* menu da base */
.MenuBot
{
	list-style: none;
	padding: 0;
	margin: 0;
}
/* itens do menu da base */
.MenuItemBot
{
	float: left;
	padding: 0;
	margin: 0;
}
/* itens do menu da base (over) */
.MenuItemBot:hover
{

}
.MenuBot>li:last-of-type 
{
	
} 
/* link dos itens do menu da base */
.MenuItemBot a
{

}
.MenuItemBot a:hover
{

}
/* itens do menu da base (over) */
.MenuBotMove
{

}
/* itens do menu dinamico da base (over) */
.MenuBotDinMove
{

}
/* menu dinamico (para todos menus dinamicos) */
.MenuDinamico
{
	position: absolute;
	display: none;
	z-index: 49;
	list-style: none;
	padding: 0;
	margin: 0;
background: #2C2622 !important;
left: 197px;
top: 0;
z-index: 101;
list-style: none;
}
.MenuDinamico ul
{
	padding: 0;
	margin: 0;
z-index: 101;
list-style: none;
}
/* menu item dinamico (para todos menus dinamicos) */
.menuItemDinamico
{
z-index: 101;
}
.menuItemDinamico:hover
{

}
.MenuDinamico>li:last-of-type a
{
	margin-bottom: 0 !important;
} 
/* link dos itens dos submenus */
.menuItemDinamico a
{
font-family: Times New Roman, Georgia, Sans-Serif;
	color: #cbb793;
	text-decoration: none;
	background: #39322c !important;
	height: 24px;
	width: 155px;
	display: table;

	line-height: 24px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight:bold;
margin-bottom: 2px;
*zoom: 1;
}
.menuItemDinamico a:hover
{
	background: url('../../userfiles/mg/layout/bg_menu_ov.gif') repeat-x !important;
	color: #fff;
}

#submenu_125
{
left: 155px !important;
top: 156px !important;
}
#submenu_132 {
    left: 155px !important;
    top: 78px !important;
}
/* Estilos dos menus fim*/