/* MENU */ 

.menulist, .menulist  ul {
	min-height:							20px;
	height:								auto!important;
	height:								20px;
 	margin: 							0;
 	padding: 							0;
	list-style: 						none;
 
	position:							absolute;
	top:								128px;
	left:								230px;
	z-index:							2;
}

.menulist li {
	font-size:  						11px;

	margin-right: 						-1px;

	float: 								left;
	display: 							block;
	position: 							relative;
}

.menulist li a {
	color: 								#000;
	text-decoration: 					none;
	
	padding: 							3px;
	
	display: 							block;
}

.menulist li a:hover {
	color: 								#f00;
}

/* SUBMENU */

.menulist ul {
	min-width: 							175px;
	width: 								auto!important;
	width: 								175px;
	border-bottom: 						5px solid #f00;
	margin-top:							11px;
	
	display: 							none;
	top: 								1.0em; 
	left:								0px;
	
	/*filter: 							alpha(opacity=90);*/
	opacity: 							.9;
	-moz-opacity:						0.9;
	
}

.menulist ul li {
	background:							#edede5;
	/*
	padding-left: 						10px; 
	padding-right: 						10px;
	border-bottom: 						1px dotted red;	*/
	margin: 							0px;
	float: 								none;	
	
}

.menulist ul li a{
	background-image:url(img/puntos.gif);
	background-position: 0px 25px;
	background-repeat: repeat-x;
	font-size: 							12px;
	color: 								red;
	padding-left: 						10px; 
	padding-right: 						10px;	
	display: block;
	margin: 0px!important;
	margin-bottom: -0px;
	width: 175px;
	line-height: 20px;
}

.menulist ul li a:hover{
	color: 								#000;
}

/* SUB SUBMENUS */
.menulist ul ul {
	margin-top: 						0;
	
	top:								0px;
	left: 								175px!important;
	left: 								160px;
	
}

.menulist ul ul li {
	background:							#d7d7cf;
	
}

/* Only style submenu indicators within submenus. */
/*
.menulist a .subind {
 display: none;
}
.menulist ul a .subind {
 display: block;
 float: right;
}
*/

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
/*
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
.menulist a {
 float: none;
}
*/


/* Second and third etc. level submenus - position across from parent instead */
/*

*/
/* Second and third etc. level submenus - position across from parent instead */
/*
.menulist ul ul li{
	background:							#edede5;
	font-size:  						11px;
} 
.menulist ul ul li a{
	
}	
*/
/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
/*
*:first-child+html .menulist ul li {
 float: left;
 width: 100%;
}

* html .menulist ul li {
 float: left;
 height: 1%;
}
* html .menulist ul a {
 height: 1%;
}
*/
/* End Hacks */
