/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< MENU  */

#menu {
	float: left; /* ADSFAD*/
	width:518px;
	padding-bottom:0px;
	margin-bottom: 2em;
}

/* style the links for the top level */
#menu a {
	text-decoration:none; 
	display: block;
	color:#000000; 
	width:90px;
	font-size: 9px;
	line-height:29px;
	background-position: left bottom;
	background-image: url(images/arrow06.gif);
	}

html>body #menu a, #menu a:visited {
	display:block;
}


/* style the top level hover */
#menu a:hover{/*, #menu ul ul a:hover{*/
	text-decoration:none; 
	display: block;
	color:#ffffff; 
	background-color:#ffffff;
	line-height:29px;
	background-position: left bottom;
	background-image: url(images/arrow07.gif);
}

/* remove all the bullets, borders and padding from the default list styling */
#menu ul {
	padding:0px;
	margin:0px;
	text-indent: 5px;
	list-style-type:none;
	/*text-align:center;*/
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:30px;
	left:0; 
	width:140px; /*120px*/
}
/* another hack for IE5.5 */
* html #menu ul ul {
	top:30px;
	t\op:29px;
}

#menu ul ul li a {
	width: 140px;
	height: 17px;
	display: block;
	border: none;
	padding: 9px 7px 0px 5px;
	color: #333333;
	background-image: url(images/arrow02.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #999966;
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	line-height:1em; 
}

#menu ul ul li a:hover {
	width: 140px;
	height:17px;
	display: block;
	border: none;
	padding: 9px 7px 0px 5px;
	color: #ffffff;
	background-image: url(images/arrow02.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #999966;
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	line-height:1em;
}

* html #menu ul ul a{
	width:140px;
	w\idth:140px;
	height:15px;
	/*width:120px;
	w\idth:129px;*/
}

* html #menu ul ul a:hover{
	width:140px;
	w\idth:140px;
	height:15px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#menu li {
	float:left;
	width:90px;/*120px;*/
	position:relative;
	display:block;
	border-left: 1px solid #fff;
}

#menu ul li li {
	border: 0px;
}


/* style the second level background */
#menu ul ul a.drop, #menu ul ul a.drop:visited {
	background:#F6F681;
}
/* style the second level hover */
#menu ul ul a.drop:hover{
	background:#c9ba65;
}
/* style the third level background */
#menu ul ul ul a, #menu ul ul ul a:visited {
	background:#e2dfa8;
}
/* style the third level hover */
#menu ul ul ul a:hover {
	background:#b2ab9b;
}


/* position the third level flyout menu */
#menu ul ul ul{
	left:120px; 
	top:0;
	width:140px;
}
/* position the third level flyout menu for a left flyout */
#menu ul ul ul.left {
	left:-120px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
table {
	/*position:absolute; */
	top:-2px; 
	left:0;
	margin-top: -5px; 
}

* html table {
	top:-1px; 
}

/*  EStilo para la tabla de los distribuidores */
.distribuidores {
	/*position: relative;*/
	margin-top: 0px;
}

/* make the second level visible when hover on first level list OR link */
#menu ul :hover ul{
	visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
#menu ul :hover ul ul{
	visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
#menu ul :hover ul :hover ul ul{
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
#menu ul :hover ul :hover ul{ 
	visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
#menu ul :hover ul :hover ul :hover ul { 
	visibility:visible;
}
	
