.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 {
/* left:6px; */
 margin: 0;
 padding: 0;
 width: 113px;
 list-style: none;
}

.menulist ul {
 visibility: hidden;
 position: absolute;
 margin-top:0px;
 margin-bottom:1px;
 left:-1px;
 top:1px;
 border:solid 1px #999999;
}

.menulist li {
/*  left:-3px;*/
  top:-1px;
	position: relative;
	margin-top:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	margin-bottom:1px;
	margin-right:1px;
	background-color:#E4E4E4;
	border-left:1px solid #666666;
}

/* Links inside the menu */
.menulist a {
 display: block;
 padding: 3px;
 color: #666666; /*pinta las letras de todo el menu*/
 text-decoration: none;
}

#noa{
	padding:0px;
}

/*
 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;
 background-color:#999999;
}
.menulist a.highlighted {
 color: #FFFFFF;
 text-decoration:none;
 background-color:#999999;
}

/* 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 */

