#dropmenudiv{
	position:absolute;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7392c4;
	border-right-color: #7392c4;
	border-bottom-color: #7392c4;
	border-left-color: #7392c4;
}
#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 0px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #7392c4;
	border-right-color: #7392c4;
	border-bottom-color: #7392c4;
	border-left-color: #7392c4;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#dropmenudiv a:hover{ /*hover background color*/
	background-color: #7392c4;
	color: #FFFFFF;
}