
/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
line-height: 28px;
background: #8ea0be;
color:#ffffff;
width: 150px; /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
color:#ffffff;
list-style-type: none;
}

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
color:#ffffff;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background: #b9ab8e;
color:#ffffff;
}



