div#develop_menu {
	display: none;
	position: absolute;
	top: 33px;
	left: 450px;
	border: 1px solid #4e7e54;
	background-color: #daffba;
	width: 120px;
}
a:link.develop_element, a:visited.develop_element {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
	position: relative;
	padding: 2px;
	padding-bottom: 3px;
	display: block;
	color: #00490a;
	background-color: #daffba;
}
a:hover.develop_element {
	color: #daffba;
	background-color: #00490a;
}

