@charset "iso-8859-2";
/* CSS Document */

ul.menuh {
	margin: 0; padding: 0;  height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336666;
	font-weight: bold;
	z-index: inherit;
}            
ul.menuh li.subv {
	margin: 0px; 
	padding: 0px; 
	float: left; 
	list-style: none;
}            
ul.menuh ul.menuv {
	display: none; position: absolute; margin-left: -1px;
}            
ul.menuh ul.menuv ul {
	left: 150px;
}            
ul.menuh a {
	padding: 5px 5px 0 5px; display: block; text-decoration: none; color:#336666;
}            
ul.menuh li a:hover {
	color: #fff; background-color: #940804;
	
}            
ul.menuh a.seta {
	background: transparent url(indicador-submenu-1.gif) right center no-repeat;
}            
ul.menuv, ul.menuv ul {
	margin: 0; padding: 0; border: 0px; width: 150px; background-color: #e7e6e6;
	z-index: 10000;  border-top: 1px solid #fff;
}            
ul.menuv li {
	position: relative; list-style: none; border: 0px; 
}            
ul.menuv li a {
	display: block; text-decoration: none; border: 1px solid #fff; border-top: none;
	color: #000; padding: 5px 10px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336666;
	font-weight: bold;
}
/* Fix IE. Hide from IE Mac \*/
* html ul.menuv li {
	float: left; height: 1%;
}            
* ul.menuv li a {
	height: 1%;
}
/* End */
ul.menuv ul {
	position: absolute; z-index: 10000; display: none; left: 149px; top: -1px;
}            
ul.menuv li.submenu ul {
	display: none;
}            
ul.menuv a.seta {
	background: transparent url(indicador-submenu-2.gif) right center no-repeat;
}            
ul.menuv li a:hover {
	color: #fff; background-color: #940804;
}
