#dropmenudiv{
	position: absolute;
	background-color: #EEEEF6;
	border: 1px solid #DFDEE3;
	border-bottom-width: 0;
	font: normal 13px Tahoma;
	line-height: 18px;
	z-index: 300;
}
#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #DFDEE3;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
	color: Black;
}

#dropmenudiv a:hover{
	/*hover background color*/
	background-color: #D8EBFC;
}
ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
	list-style-type: none;
	width: 160px;
	background-color: #7D8DA7;
	padding-left: 4px;
}
A:HOVER.navlist{
	background-color: #7D8DA7;
}
