.dmenu{
	position:absolute;
	visibility: hidden;
	border:1px solid #cccccc;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: #A2B2CC;
	width: 205px;
	margin: 3;/*-1*/
	/*	text-align: left;*/


}

.dmenu a{
width: 100%;
display: block; 
text-indent: 2px; /*3px*/
border-bottom: 1px solid #cccccc;
padding: 0px 0;
text-decoration: none;

/* font-weight: bold; */
/* text-indent: 0px; *5px*/

}

.dmenu a:hover{ /*hover highlight bg color and text*/
background-color: #A2B2CC; /*grey bg ori#EDEBEB*/
color: black; /*text*/

}
