/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 2px solid #9db72f;
border-bottom-width: 2px solid #9db72f;
font: normal 11px arial;
color: #99cc00;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #FFFFFF;
width: 140px; /* default width for menu */
padding-bottom:10px;
padding-right:5px;
text-decoration:none;
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;

}

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: underline;
font-weight: normal;
text-indent: 5px;
color: #99cc00;
text-align: left;
}

.anylinkcss a{
background: white;
color: #99cc00;
text-decoration:none;
font-weight:bold;
}

.anylinkcss a:hover{ /*hover background color*/
background: white;
color: #99cc00;
text-decoration: undeline;
font-weight:bold;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
color: #99cc00;
top: 0;
visibility: hidden;
border: 3px solid #a0b731;
padding: 10px;
font: normal 12px arial;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #DEFFCA;
text-decoration:underline;
}

.anylinkcsscols .column{
width: 130px;
float: left;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcsscols li{
padding-bottom: 3px;
}

/* ######### class for shadow DIV ######### */


