


/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
font: normal 14px courier;
line-height: 16px;
z-index: 100; /* zIndex should be greater than that of shadow's below */

 /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
text-decoration: none;
}

.anylinkcss ul li a{
margin-top:-4px;
display: block;

color:#ffffff;

padding-bottom:4px;
text-decoration: none;


}

.anylinkcss a:hover{ /*hover background color*/

color: white;
text-decoration: none;
}
