#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: Tahoma,Verdana,Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
position: absolute;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
color: #fff;
text-indent: 5px;
padding: 3px 0px 3px 12px;
text-decoration: none;
background-image: url(../imgs/arrow_menu.gif);
background-repeat: no-repeat;
background-position: 2%;
background-color: #000;
filter:alpha(opacity=70);
-moz-opacity: 0.6;
opacity: 0.6;
}

#dropmenudiv a:hover{ /*hover background color*/
color: #14A3E0;
/*background: url(../imgs/menu_blackbg.gif) #000;*/
filter:alpha(opacity=100);
-moz-opacity: 0.99;
opacity: 0.99;
}
