#dropmenudiv{ /* the box that contains the submenu */
	position:absolute;
	border: 1px solid #2D92C8;
	border-bottom-width: 1px;
	padding: 1px 3px 1px 3px;
	font:normal 12px Arial;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	border-bottom: 1px solid #2D92C8;
	padding: 1px 0px 1px 0px;
	text-indent: 0px;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #2D92C8;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #2D92C8;
	color: #ffffff;
}
