#dropmenudiv {
	position: absolute;
	border: 1px solid #a72311;
	border-bottom: 0;
	font: normal 10px Verdana;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a {
	border-bottom: 1px solid #a72311;
	display: list-item;
	list-style-type: none;
	padding: 2px;
	color: #4e1900;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/bkg2.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

#dropmenudiv a:hover{
	color: #f00;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/bkg3.gif);
	background-repeat: repeat-x;
	background-position: top left;
}
* html #dropmenudiv a:hover {
	background-image: url(images/bkg3.gif);
	background-repeat: repeat-x;
	background-position: top left;
	}
* html #dropmenudiv a {
	height: 1%;
}
