#dropmenudiv {
	position:absolute;
	left: 0px; 
	top: 33px;
	margin: 0px !important;
	padding: 0px;
	border-left:1px solid #ded8d6;
	border-top:1px solid #ded8d6;
	border-right:1px solid #ded8d6;
	border-bottom:0px;
	font:normal 9pt verdana;
	line-height:18px;
	z-index:100;
	background-color: #f5eeeb;
	width: 200px;
	/*opacity: 0.90;              CSS 3 , opera 9*/
	/*filter: alpha(opacity=90);  MSIE  */
	/*-moz-opacity: 0.90;         Gecko */	
	/* max-width:160px; */
}
#dropmenudiv a {
		color: #635441; text-decoration:none; font-size: 11px; font-weight: bold;
		display: block; border-bottom:1px solid #ded8d6; 
		height: 34px; line-height: 30px; 
		padding: 0px 10px; text-align: center;
}
#dropmenudiv a:hover {color: #635441; background: url(/tpl/images/menu_pulldown_active_bg.png) left top repeat-x;  text-decoration:none; }