#dropMenuArrow {
	background: url(../imagenes/arrow_up.gif) 10% 100% no-repeat;
	height: 5px;
	visible: hidden;
	filter:alpha(opacity=70);
	-moz-opacity: 0.6;
	opacity: 0.6;
	
}
#dropmenudiv{
font-family: Tahoma,Verdana,Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
position: absolute;
line-height:18px;
z-index:100;

}

#dropmenudiv a{
	width: 100%;
	display: block;
	color: #fff;
	text-indent: 5px;
	padding: 5px 0px 5px 15px;
	text-align:left;
	text-decoration: none;
	background-image: url(../imagenes/arrow_menu.gif);
	background-repeat: no-repeat;
	background-position: 2%;
	background-color: #000033;
	filter:alpha(opacity=70);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#dropmenudiv a:hover{ /*hover background color*/
	color: #FFFF00;
	/*background: url(../imgs/menu_blackbg.gif) #000;*/
filter:alpha(opacity=100);
	-moz-opacity: 0.99;
	opacity: 0.99;
}

