



#dropmenudiv{
	position		: absolute;
	top				: 3px;
	border-top		: 0px solid #808080;
	line-height		: 29px;
	z-index			: 100;
	border-left		: 5px solid #AD9961;
	border-right	: 5px solid #AD9961;
	margin-top		: 8px;
}

#dropmenudiv a {
	width			: 100%;
	display			: block;
	text-indent		: 0px;
	padding			: 1px 5px;
	text-decoration	: none;
	color			: #fff;
	font-family		: Georgia;
	font-size		: 1.2em;
	background		: #C91B82;
	text-align		: center;
	border-bottom	: 4px solid #AD9961;
	border-right	: 5px solid #AD9961;
}

#dropmenudiv a:hover{ /*hover background color*/
	background:#151A40;
	color			: #fff;
}