@charset "utf-8";

#menuh
	{
	width:auto;
	}
		
#menuh a
	{
	text-align: left;
	display:block;
	white-space:normal;
	padding: 0.4em;
	}
	
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: #305601;
	width: auto;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: #88BC00;
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-position: right center;
	border-bottom: 1px solid #FFF;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menuh li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;
	border-bottom: 1px solid #FFF;
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{
	display:none;
}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{
	display:block;
	width: 500px;
}

/* End CSS Drop Down Menu */

#menuh_sub{
	width:auto;
	float:left;
	border-right: 1px solid #FFF;
}
/* Divs Apenas Para Alinhar Menus */
.alinha_menu{
	width:49px;
	height: 27px;
	float: left;
}
.alinha_menu2{
	width:58px;
	height: 27px;
	float: left;
}
.alinha_menu3{
	width:49px;
	height: 27px;
	float: left;
}
.alinha_menu4{
	width:32px;
	height: 27px;
	float: left;
}
.alinha_menu5{
	width:16px;
	height: 27px;
	float: left;
}
