/* this is the main UL element*/
.dropdown{
	display:none;
	margin:0;
	padding:0;
	list-style:none;
}


/* these are the inner menus*/
.dropdown ul{
	background-image:url(../../imagenes/fondo_negro.png);
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	margin:0;
	padding:0;
	border-top:1px solid #444;
	list-style:none;
}

.aRef
{
	color: #FFF;
	text-decoration: none;
}
.aRef:hover
{
	color: #FFF;
	text-decoration: underline;
}
.aRef2
{
	color:#333;
	text-decoration: none;
}
.aRef2:hover
{
	color: #09F;
	text-decoration: underline;
}

.aRef8
{
	color:#09F;
	text-decoration: none;
}
.aRef8:hover
{
	color: #333;
	text-decoration: underline;
}

.aRef9
{
	color:#333;
	text-decoration: none;
}
.aRef9:hover
{
	color:#09F;
	text-decoration: underline;
}

.aRef3
{
	color: #FFF;
	text-decoration: none;
}
.aRef5
{
	color: #333;
	text-decoration: none;
}
.aRef3:hover
{
	color: #FFF;
	text-decoration: underline;
}

.aRef4
{
	color: #FFF;
	text-decoration:none
}

.liM
{
	height:20px;
	vertical-align:middle;
}

/* these are all the LIs in the menu*/
.dropdown li{
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	margin:0;
	padding:5px;
	width:105px;
	cursor:pointer;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
	text-decoration:none;
	color: #FFF;
	width:100%;
}

.dropdown a:hover{
	text-decoration:underline;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	border:1px solid #444;
	border-top:0;
	margin-right:0px;
}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu-down{
	width:105px;
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown li.submenu-left{
	width:105px;
}


