		/* ======================================================
		http://www.cssplay.co.uk/menuIzdas/menuIzda_builder_flyout.html
		========================================================= */

.menuIzda {
	height: 100px;
	font-size: 10pt;
	font-family: verdana;
	margin-bottom: -12px;
}
.menuIzda ul { 
	margin: 0pt;
	padding: 0pt;
	position: relative;
	z-index: 500;
	list-style-type: none;
	width: 11em;
}
.menuIzda li { 
	background-color: #0B74C1;
	float: left;
}
.menuIzda a, .menuIzda a:visited { 
	border: 1px solid #c5e4fc;
	display: block;
	text-decoration: none;
/*	height: 2em;*/
	line-height: 2em;
	width: 11em;
	color: #c5e4fc;
	padding-left: 1em;
}
* html .menuIzda a:hover { 
	border-color: #0b741c;
	color: #0b74c1;
	background-color: #e7e7f2;
	position: relative;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	text-transform: none;
}
.menuIzda li:hover > a { 
	border-color: #0b741c;
	color: #0b74c1;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	text-transform: none; 
}
/*<-- MENÚ DINÁMICO  **************+**************+**************+**************+**************+**************+->*/
.treemenu {
	margin-left: -15px;
	padding : 0px;
	list-style : none;	
	border : 1px solid #E7E7F2;
	line-height: 20px; /* OSCAR */	
	margin-bottom: 0px;
	margin-top: 10px; /*10 IE   26 MOZ*/
	position: relative;
	list-style-type: none; 
	line-height: 2em;

}

.treemenu UL {
	list-style : none;
	margin : 0px 5px; /*Indentado de subcategorias*/
	padding : 0px 5px;
}

.treemenu LI {
	display : inline;
}
.treemenu A {
	display : block;
	padding-left : 12px;
	text-decoration : none;
	color: #0b74c1;

}
.treemenu .treeopen {
	background-image : url('open.gif');
	background-repeat : no-repeat;
	background-position : left;
	margin-left: 15px;
	font-weight: bold;
	border: 1px solid #c5e4fc;
	background-color: #FFC891;

}		
.treemenu .treeclosed {
	background-image : url('closed.gif');
	margin-left: 15px;
	background-repeat : no-repeat;
	background-position : left;
	color: #c5e4fc;
	background-color: #0B74C1;
}
.treemenu .treeclosed:hover {
	color: #0b74c1;
	background-color: #e7e7f2;
}


