.menu1 {
 font-family:Arial, Helvetica, sans-serif;
 font-size:11px;
 color: #FFFFFF;
 text-decoration:none;
 cursor:default;
}

.menu2 {
 font-family:Arial, Helvetica, sans-serif;
 font-size:11px;
 color: #FFFFFF;
 text-decoration:none;
 cursor:default;
}

.menulist, .menulist ul {
 top:-1px;
 margin: 0;
 padding: 0;
 width: 130px;
 list-style: none;
}

.menulist ul {
 visibility: hidden;
 position: absolute;
 margin-top:0px;
 background-color:#918471;
 border:solid 1px #FFFFFF;
}

.menulist li {
 position: relative;
 background-color: transparent;
 margin-bottom: 1px;
}
.menulist ul>li:last-child {
 margin-bottom: 1px;
}

/* Links inside the menu */
.menulist a {
 display: block;
 padding: 3px;
 color: #FFFFFF; /*pinta las letras de todo el menu*/
 text-decoration: none;
}

/*
 Lit items: 'hover' is mouseover, 'highlighted' are parent items to visible menus.
*/
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FFFFFF;
 text-decoration:none;
}
.menulist a.highlighted {
 color: #FFFFFF;
 text-decoration:none;
}

/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist li {
 float: left;
 height: 1%;
}
* html .menulist a {
 height: 1%;
}
/* End Hack */
