#menu-h { background: #656f31; height: 25px;}
/* menu styles */
ul.menuh {
	margin: 0;
	height: 25px;
	clear: left;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
	text-align: center;
}

ul.menuh li.subv { /* 1° Nivel */
	float: left;
	list-style: none;
	background-color: #8fa236;
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	margin-left: 2px;
	padding: 0;
	position: relative;
	right: 50%;
}

ul.menuh ul.menuv {
	display: none;
	position: absolute;
	margin-left: -1px;
}

ul.menuh ul.menuv ul {
	left: 150px;
}

ul.menuh a {
	padding: 5px;
	display: block;
	text-decoration: none;
	color: #fff; /* Fonte do Link  */
}

ul.menuh li a:hover {
	color: #fff;
	background-color: #656f31;
}

    
         
            ul.menuh a.seta {
                background: transparent url(../img/indicador-submenu-1.gif) right center no-repeat;
            }            
            ul.menuv, ul.menuv ul {
                margin: 0; padding: 0; border: 0px; width: 100%; ;
                z-index: 10000; 
            }            
            ul.menuv li {
                position: relative; list-style: none; border: 0px;
            }     
            ul.menuv li a {
                display: block; text-decoration: none; border-bottom: 1px dotted #d8bec4; 
                color: #903749; padding: 5px 10px 5px 5px; margin:3px;
            }
            /* 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: 100%; top: -1px; background-color: #f1ece6;
            }            
            ul.menuv li.submenu ul {
                display: none;
            }            
            ul.menuv a.seta {
                background: transparent url(../img/indicador-submenu-2.gif) right center no-repeat;
            }            
            ul.menuv li a:hover {
                background-color: #d8bec4; text-decoration: underline;
            }