#dropMenuArrow {
	/*background: url(../imgs/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:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	position:absolute;
	line-height:21px;
	z-index:100;
}

#dropmenudiv a {
	width:100%;
	display:block;
	color:#000;
	text-indent: 5px;
	padding:3px 0px 3px 4px;
	text-decoration: none;
	background-image: url(../imgs/arrow_menu.gif);
	background-repeat: no-repeat;
	background-position: 2%;
	background-color:#F90;
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}

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

