#dropmenudiv{
	position:absolute;
	background-color: #dee0e0;
	z-index:100;
	
	margin-top: 0.5em;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;

	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	padding: 0.2em;
	padding-left: 10px;
}
#dropmenudiv a:hover {
	background-image: url(/image/top_menu_li.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
