








/* Begin CSS Popout Menu */


#menuh-container
	{
	position: absolute;
	top: 0.4em;
	left: 1em;
	}

#menuh
	{
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	font-weight:bold;
	width:100%;
	height:24px;
	float:left;
	vertical-align:middle;
	padding: 0px 0px 0px 30px;
/*	margin:2em;
	margin-top: 1em; */
	}
		

		
		
.abaselec {

  background-image: url(images/fundo_abaselec.gif);
  background-repeat:repeat-x;
  color:#900000;

}		
		
.litest2 {
    background-image: url(images/border_menu.gif);
	background-position: right center;
	background-repeat: no-repeat;
}		


		
#menuh a
	{
	text-align: center;
	display:block;
/*	border-right: 1px dotted #b0b0f0;  */
	white-space:nowrap;
//	margin:0;
	margin-top: 0.1em; 
	margin-bottom: 0.4em; 
	padding-top: 0.2em; 
	padding-bottom: 0.1em; 
	padding-left: 1.5em; 
	padding-right: 1.5em; 
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: white;
/*	background-color: royalblue;  */
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
//	background-color: #a5c700;    
	background-color: #869686;
		}	
			
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(images/navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.drop_menu, #menuh a.drop_menu:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(images/navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	background-color:#009900;
	}	
	

	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
		/* width of all menu boxes */
	}

#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: 0.2em;  
	/*margin:-0.5em 0 0 0;*/

	}

#menuh ul ul ul
	{
	top:0.85em;
	left:106%;
	}

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;}

/* End CSS Popout Menu */












/* Begin CSS Popout Menu */


#menux-container
	{
	position: absolute;		
	top: 0.2em;
	left: 1em;
	}

#menux
	{
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
        text-align:left;

/*	margin:2em;
	margin-top: 1em; */
	}
		
#menux a
	{
	text-align: center;
	display:block;
/*	border: 1px dotted #999999;  */
	white-space:nowrap;
	margin:0;
     text-align:left;
background-color: black;
	padding-top: 0.4em; 
	padding-bottom: 0.4em; 
	padding-left: 0.6em; 
	padding-right: 0.6em; 

	}
	
#menux a, #menux a:visited	/* menu at rest */
	{
	color: white;
/*	background-color: royalblue; */
	text-decoration:none;
	}
	
#menux a:hover	/* menu at mouse-over  */
	{
	color: white;
//	background-color: #a5c700;  
	background-color: #869686;

		}	
			
#menux a.top_parent, #menux a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(images/navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menux a.drop_menu, #menux a.drop_menu:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(images/navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	background-color:#009966;
	}	
	

	
#menux a.parent, #menux a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menux ul
	{
 background-color:  black; 
	list-style:none;
	margin:0;
	padding:0;
	float:left;
		/* width of all menu boxes */
        width:150px;
	}

#menux li
	{
	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menux ul ul
	{

	position:absolute;
	z-index:500;
	/* top:auto; */
	top:auto;
	display:none;
/*	padding: 1em;*/
    width:280px;
	margin:-1em 0 0 -1.5em;
	}

#menux ul ul ul
	{
	top:0;
	left:100%;
	}

div#menux li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menux li:hover ul ul,
div#menux li li:hover ul ul,
div#menux li li li:hover ul ul,
div#menux li li li li:hover ul ul
{display:none;}

div#menux li:hover ul,
div#menux li li:hover ul,
div#menux li li li:hover ul,
div#menux li li li li:hover ul
{display:block;}









