.anylinkcss{
position:absolute;
visibility: hidden;
border:0px solid blue;
border-bottom-width: 1;
font:normal 12px Arial;
color:white;
line-height: 18px;
z-index: 100;
background-color: #blue;
width: 205px;
}

.anylinkcss a, .menuBG .anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid yellow;
padding: 1px 0;
text-decoration: none;
font-weight: none;
text-indent: 5px;
color: white;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #E7A40F;
color: white;
xcolor: yellow;
}


/* Kevin Added */
ul {margin-bottom: 0px;}
ul li {

margin-left:-10px;
}
