/* 
	--- Versionamento ---
	08/02/2021 - Andrey - Removi algumas imagens do menu e troquei por cor sólida, devido ao erro de exibição no meu firefox
	--- Fim Versionamento ---

All <ul> tags in the menu including the first level */
.menulist, .menulist ul {
	margin: 0;
	padding: 0px;
	width: 190px;
	list-style: none;
	background: #DDDDDD;	
}


.menulist:not(:last-child), .menulist ul:not(:last-child), .menulist li:not(:last-child) {
	border-bottom: 1px solid #6c6c75 ;	
}



.menulist ul{
	border-left: 1px solid #6c6c75 ;
	border-right: 1px solid #6c6c75 ;
}


.menu_titulo{
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding: 7px 0px 7px 0px;
	margin: 0px 0px 0px 0px;
	font-family: verdana, helvetica;
	background-color: #828282;
}

.menulist ul {
	display: none;
	position: absolute;
	top: 0;
	left: 190px;
}

.menulist li {
	position: relative;
	padding: 0px;
}

.menulist li a {
	display: block;
	padding: 7px 4px 6px 3px;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	font-size: 12px;
	border: 0px;
	font-family: verdana, helvetica;
}

* html .menulist li a {
	border-width: 0;
	margin: 0px;
}

.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
	color: #000000;  /*  Cor do texto do menu quando selecionado */
	background-color: #ccccff;
	padding: 7px 4px 6px 3px;
	margin: 0;
	background-image: url('/Imagens/FundoMenuHover.gif');
	text-decoration: none;
}

.menulist a.highlighted {
	color: #000000;
	background-image: url('/Imagens/FundoMenuHover.gif');
	border: 0px solid #000000;
	margin: 0;
}



/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.menulist a .subind {
	float: right;
}

/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
\*/
*:first-child+html .menulist li {
	float: left;
	width: 100%;
}

* html .menulist li {
 float: left;
 height: 1%;
}
* html .menulist a {
 height: 1%;
}
/* End Hacks */
