/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
top: 0;
visibility: hidden;
border: 1px solid #FFFFFF;
border-bottom-width: 0;
font: normal 12px Arial;
line-height: 18px;
background: #FFFFFF;
padding:3px;
width:176px;
color: #0D79DB;
}
.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ADC9E1;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: #0D79DB;
}

.anylinkmenu a:hover
{
background: #AED8F5;
color: #0D79DB;
}