#dropmenudiv
{	
	position:absolute;
	margin-top: 4px;
	border:1px solid white;
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	line-height:18px;
	z-index:100;
	background: transparent;
}

#dropmenudiv a
{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid white;
	padding: 1px 0;
	font-size: 13px;
	text-decoration: none;
	background: #0c74c5 url(http://nationalcic.com/Images/CIC_menuFade.gif) repeat-x;
}

#dropmenudiv a:hover
{ 
	background-color: #73b8ee;
}	