/*Planet Aid color codes

body:#DFE6BF		Green: #8BB332		Blue: #00296D		Yellow: #D7BB32

*/
.dropmenudiv{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	position:absolute;
	top: 0;
	border: 0px solid #8BB332;
	color: black;
	line-height:20px;
	z-index:100;
	background-color: #8BB332;
	width: 185px;
	visibility: hidden;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
	list-style-type: none;
}

.dropmenudiv a:link, .dropmenudiv a:visited{
	width: 100%;
	display: block;
	text-indent: 3px;
	border: 0px solid #8BB332;
	border-bottom-width: 0;
	text-decoration: none;
	font-weight: bold;
	color: white;
	background-color: #8BB332;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}


.dropmenudiv a:hover{
	background-color: #00296D;
	color: white;
	text-decoration: underline;
}