/* Added MENU CSS for spanish side*/

.distribuidores{
	background-image: url(images/bg_distribuidores.jpg);
	background-repeat: no-repeat;
	background-position:9px 2px;
	height: auto;
	width: auto;
	padding-left: 0px;
	padding-top: 300px;
}

.rightHeaderEs {
	background-color: #FF6600;
	background-image: url(images/right_header_es.gif);
}

.menues{
	position:relative;
	top:0px;
	left:0px;
	width:770px;
	height:34px;
	z-index:10;
	/*overflow: hidden;*/
	
	}
.menues li {
	padding:0;
	margin:0;
	display:block;
	float:left;
	}
.menues li a {
	border:0;
	display:block;
	text-decoration:none;
	background:none;
	background:transparent url(images/main_menu_es.gif) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#5d2627;
	font-weight: normal;
	}
	
	
	
.menues ul ul a {
	background:none;
	background-color:#ff9000;
	}

* html .menues {width:771px; w\idth:770px;}
/* remove all the bullets, borders and padding from the default list styling */
.menues ul {padding:0;margin:0;list-style-type:none;}
.menues ul ul {width:128px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menues li {float:left;width:128px;position:relative;padding:0;margin:0;display:block;}
/* style the links for the top level */
.menues a, .menues a:visited {display:block; text-decoration:none; color:#fff; width:128px; height:34px; padding-left:0px; text-align:center}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menues a, * html .menues a:visited {width:128px; w\idth:128px;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menues ul ul {visibility:hidden;position:absolute;height:0;top:34px;left:0; width:128px;}
/* another hack for IE5.5 */
* html .menues ul ul {top:34px;t\op:34px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menues table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menues ul ul a, .menues ul ul a:visited {background-color:#ff9000; color:#000; height:auto;width:128px; height:33px}
/* yet another hack for IE5.5 */
* html .menues ul ul a, * html .menues ul ul a:visited {width:128px;w\idth:128px;}


/* style the top level hover */
.menues a:hover, .menues ul ul a:hover{color:#fff;background-color:#ff9000;}
.menues :hover > a, .menues ul ul :hover > a {color:#fff;background-color:#ff9000;}

/* make the second level visible when hover on first level list OR link */
.menues ul li:hover ul, .menues ul a:hover ul{visibility:visible; }
	
/* End of added MENU CSS for spanish side*/

	/* Footer Menu navigation
------------------------------------------------------------------*/
#footerMenuEs {
	position:relative;
	top:12px;
	left:84px;
	width:600px;
	height:30px;
	/*overflow: hidden;*/
	
	}
#footerMenuEs li {
	padding:0;
	margin:0;
	display:block;
	float:left;
	text-indent:-9999px;	
	}
#footerMenuEs li a {
	border:0;
	display:block;
	text-decoration:none;
	overflow:hidden;
	background:transparent url(images/footer_menu_es.gif) no-repeat;
	}

