/* Begin CSS Drop Down Menu */

#menuh-cont
	{
	background:#efefe4;
	padding:0;
	margin:0;
/*	margin-left:8px;*/
	}


#menuh-cont
	{
/*	position: absolute;*/
	position: relative;			
	/*top: 1em;*/
	/*left: 1em;*/
	}

#menuh
	{
	/*font-size: small;*/
/*	font-family: arial, helvetica, sans-serif;*/
	font-family:Tahoma, Arial, Verdana, "Comic Sans MS";
	font-size:11px;
/*	width:100%;*/
	float:left;
	/*margin:2em;*/
	/*margin-top: 1em;*/
	}
		
#menuh a
	{
/*	text-align: center;*/
	display:block;
/*	border-left: 2px solid #555;*/
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	padding-left:16px;
/*	margin-left:2px;*/
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	/*color: white;*/
	/*background-color: royalblue;*/
/*	background-color:#ec8908;*/
/*	background-color:#ddd9c3;*/
	background-color:#efefe4;
	text-decoration:none;
	color:#333;
/*	padding:3px;*/
	height:18px;
	}
	
	
#menuh a:hover	/* menu at mouse-over  */
	{
	/*color: white;*/
	/*background-color: cornflowerblue;*/
/*	background-color:#fdf4e8;*/
	background-color:#deded1;
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents - CLASSE TOP_PATERN DEFINE MENU ABAIXO */
	{
	background-image: url(navdown_black.gif);
	background-position: left center;
	background-repeat: no-repeat;
/*	font-weight:bold;*/
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents - CLASS PATERN DEFINE AONDE TERÁ UM MENU LATERAL */
	{
	background-image: url(nav_black.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right:2px;
	}

#menuh ul
	{
	list-style:none;
	padding:0;
	float:left;
	width:14.7em;	/* width of all menu boxes */ /*sem noticias no menu*/
/*	width:13.7em; /*com noticias no menu*/
	margin:0 0.8em 0 0;
	}

#menuh li
	{

	position:relative;
    min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#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;}


.top{
border-left:none !important;
}
/* End CSS Drop Down Menu */