
/* Any link drop down menu */
.dropdowncss{
	position:absolute;
	visibility: hidden;
	border:1px solid #3b4c88;
	border-bottom-width: 0;
	font:normal 10px Verdana;
	line-height: 18px;
	z-index: 120;
	background-color: white;
	color: #3b4c88;
	width: 135px;
	left: 696px;
	top: 323px;
}

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

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