#dropMenu {
	visibility:hidden;
	width: 250px;
	position: absolute;
	background-color: #DDD6C7;
	border: 1px solid #000;
	/*
	border-top: 1px dotted #000;
	border-left: 1px dotted #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	*/
	border-bottom-width: 0px;
  font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	line-height:28px;
	z-index:100;
}

#dropMenu a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #000;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}

#dropMenu a:hover { /*hover background color*/
	background-color: #c3b39a;
	color: #FFF;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
	list-style-type: square;
	width: 135px;
	background-color: #FFFFB9;
}

