.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid white;
border-bottom-width: 0;
font:normal small Arial;
text-transform: uppercase;
color: #ffffff;
line-height: 22px;
z-index: 100;
background-color: #7789bc;
width: 200px;
}

.anylinkcss a{
width: 100%;
color: #ffffff;
display: block;
text-indent: 3px;
text-transform: uppercase;
border-bottom: 1px solid white;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #44679a;
color: white;
}

.menutitle
{
	
font:normal small Arial;
text-transform: uppercase;
color: #7789bc;
z-index: 0;
}
.menutitle:hover{ /*hover menu title only*/
 cursor:pointer;
}