#menu .anylinkcss_profile{
position:absolute;
visibility: hidden;
border:1px solid #32721C;
border-bottom-width: 0;
font:normal 9px Verdana;
line-height: 18px;
z-index: 100;
background-color: #E9FECB;
width: 175px;
margin-left: -12px;
margin-top: 3px;
}
#menu .anylinkcss_project{
position:absolute;
visibility: hidden;
border:1px solid #32721C;
border-bottom-width: 0;
font:normal 9px Verdana;
line-height: 18px;
z-index: 100;
background-color: #E9FECB;
width: 240px;
margin-left: 0px;
margin-top: 3px;
}

#menu .anylinkcss_profile a, #menu  .anylinkcss_project a{
width: 100%;
display: block;
border-bottom: 1px solid #32721C;
padding: 1px 0;
text-decoration: none;
font-weight: none;
text-indent: 5px;
padding-top: 3px;
padding-bottom: 3px;
}

#menu .anylinkcss_profile a:hover, #menu  .anylinkcss_project  a:hover{ /*hover background color*/
background-color: #32721C;
color: white;
}