#dropmenudiv {
	position:absolute;
	border-top:0px solid #7a332a;
	border-right:1px solid #7a332a;
	border-bottom:1px solid #7a332a;
	border-left:1px solid #7a332a;
	font:normal 14px Arial;
	line-height:20px;
	z-index:100;
	background-color: #e0d5af;
	opacity: 0.90;             /* CSS 3 , opera 9*/
	filter: alpha(opacity=90); /* MSIE  */
	-moz-opacity: 0.90;        /* Gecko */	
	width: auto;
	padding: 2px 20px 2px 4px;
	background-image:url(/tpl/images/menupull_arrow.gif); background-repeat: repeat-y; background-position:right top;
	/* max-width:160px; */
}
#dropmenudiv a { height:20px; color: #7a332a; text-decoration:none; font-size:14px; }
#dropmenudiv a:hover {color: #000000; text-decoration:underline; font-weight: normal}