#dropmenudiv{
	position:absolute;
	border:1px solid #000000;
	border-bottom-width:0px;
	color:#FFFFFF;
	line-height:15px;
	z-index:100;
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	width: 100%;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 2px;
	border-bottom: 1px solid #666666;
	padding: 3px 0;
	text-decoration: none;
	font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #CCCCCC;
	color: #000000;
	text-decoration: none;
}

.myfade {
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    opacity: 0.8;
}

