#dropmenudiv{
	position:absolute;
	border-bottom-width: 0;
	font:normal 12px/16px Verdana;
	z-index:100;
}

#dropmenudiv a img{
	width: 100%;
	display: block;
	padding: 0px;
	text-decoration: none;
	font-weight: normal;
	margin: 0px;
	border: 0px none;
}

#dropmenudiv a:hover{ /*hover background color*/
}
.about a:link {
	background-image: url(images/btn_about.gif);
	border: 1px solid #FF0000;
	text-decoration: none;
}
.about a:hover {
	background-image: url(images/btn_about_o.gif);
	text-decoration: none;
}

