/* Begin CSS Popout Menu */

#menuh-container

	{

	position:  relative;

	margin-top: 0;

	width:800px; 

	margin: 0 0 0 0;

	left: 0px;

	}

/*   Barra del menu horizontal */

#menuh

	{

	font-size: 160%;

	font-family: "Book Antiqua";

	/* width:209.5mm; */
	/*width:207.6mm;  */
width:198.6mm;
	float:left;

	margin:0 auto;

    padding: 0;

	color: #333;

	background: #6E6A5A ;

	border-bottom-color: #9C9473;

	border-bottom-style: solid;
   /*border-bottom-width: 9px;  */
	border-bottom-width: 6px;

	border-top-color: #FFFFFF;

	border-top-width: 2px;

	border-top-style: solid;

	border-right-style: none;
    border-left-style: none;

    text-align: left;

	}



#menuh ul li a

	{

	text-align: left;

	display:block;

	 height:22px;  
	/*height:28px;*/
/*height:37px;*/
	border: 0px solid #eee;

	white-space:nowrap;

	margin:0;

	padding: 0.3em 0.3em 0.3em 0.4em; 
	/* padding: 0.3em 0.3em 0.1em 0.4em; */
/*padding: 0.3em 0.3em 0.8em 0.2em;*/
	}



#menuh ul li a, #menuh ul li a:visited	/* menu at rest */

	{

	color: #fff;

	background: #6E6A5A;

	text-decoration:none;

	/*font-size: 10px; */
	font-size: 10px;

	}



#menuh ul li a:hover	/* menu at mouse-over  */

	{

	color: #FFFFFF;

	background-color: #404040;

	}



#menuh ul li  a.top_parent, #menuh ul li  a.top_parent:hover  /* attaches down-arrow to all top-parents */

	{text-transform: uppercase;

	background-image: url(images/navdown_white.gif);

	background-position: right center;

	background-repeat: no-repeat;

	}



#menuh ul li a.parent, #menuh ul li a.parent:hover 	/* attaches side-arrow to all parents */

	{

	background-image: url(images/nav_white.gif);

	background-position: right center;

	background-repeat: no-repeat;

	}


#nav{

	margin:0 auto;
    position:relative;
    padding: 0;
	
}
/*   desplegado del menu */

li ul

	{
	
	display:none;

    left:0;

	position:absolute;

	z-index:500;

	top:auto;

	padding: 1em; 

		
	margin:-1em 0 0 -1em;
    list-style:none;

	}

#nav li
{
	 
	margin:0;

	padding:0;

	float:left;

	 width:93.3px;	 /* width of all menu boxes */
	
    list-style:none;
    position:relative;
    cursor: pointer;
}
#nav li:hover, .over {
    background-color: #404040;
    
}

li>ul{top:auto;left:auto;}
li li{float:left;border:0;display:block;}
li:hover ul,li.over ul{display:block;}