
/* Any link drop down menu */
.dropdowncss{
	position:absolute;
	visibility: hidden;
	border:1px solid #360;
	border-bottom-width: 0;
	font:normal 11px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: white;
	color: #7EB300;
	width: 107px;
	left: 696px;
	top: 323px;
}

.dropdowncss a {
width: 100%;
display: block;
text-indent: 1px;
border-bottom: 1px solid #360;
padding: 1px 0;
text-decoration: none; 
color: #7EB300;
font-weight: bold;
text-indent: 12px;
}

.dropdowncss a:hover{ /*hover background color*/
background-color: white;
	color: #360;
}