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

.anylinkcss{
position: absolute;
left: 0;
top: 0;
margin: 9px 0 0 -18px;
visibility: hidden;
font-family: verdana;
font-weight: normal;
color: #ffffff;
line-height: 18px;
background: #073a6d;
width: 140px; /* default width for menu */
}
.anylinkcss2{
position: absolute;
left: 0;
top: 0;
margin: 9px 0 0 -18px;
visibility: hidden;
font-family: verdana;
font-weight: normal;
color: #ffffff;
line-height: 18px;
background: #073a6d;
width: 95px; /* default width for menu */
}
.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}
.anylinkcss2 ul{
margin: 0;
padding: 0;
list-style-type: none;
}
.anylinkcss ul li a{
width: 100%;
display: block;
/*text-indent: 3px;*/
border-left: 5px solid #073a6d;
border-right: 5px solid #073a6d;
border-top: 3px solid #073a6d;
border-bottom: 3px solid #073a6d;
background-color: #012f5e;
color: #ffffff;
padding: 3px 0px;
font-size:11px;
text-decoration: none;
font-weight: normal;
text-indent: 4px;
}
.anylinkcss2 ul li a{
width: 100%;
display: block;
/*text-indent: 3px;*/
border-left: 5px solid #073a6d;
border-right: 5px solid #073a6d;
border-top: 3px solid #073a6d;
border-bottom: 3px solid #073a6d;
background-color: #012f5e;
color: #ffffff;
padding: 3px 0px;
font-size:11px;
text-decoration: none;
font-weight: normal;
text-indent: 4px;
}

.anylinkcss a:hover{ /*hover background color*/
background: #a6dc57;
color: #000000;
}
.anylinkcss2 a:hover{ /*hover background color*/
background: #a6dc57;
color: #000000;
}

/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position:absolute; 
top:0;
}
.anylinkshadow2{ /*CSS for shadow. Keep this as is */
position:absolute; 
top:0;
}