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

.anylinkcss{
position: absolute;
left: 0;
top: 0;
margin-top: 0px;
visibility: hidden;
border: 1px solid #003851;
font: normal 9pt Verdana;
/*line-height: 14px;*/
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #C8C8C9;
/*filter:alpha(opacity=90);*/
-moz-opacity:0.9;
opacity: 0.9;
width: 185px; /* default width for menu */
}

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

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 8px;
border-bottom: 1px solid #003851;
padding: 6px 0 0 0;
color: #000000;
text-decoration: none;
font-weight: normal;
height: 21px;}

.anylinkcss a:hover{ /*hover background color*/
background: #999999;
color: white;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #DEFFCA;
}

.anylinkcsscols .column{
width: 130px;
float: left;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcsscols li{
padding-bottom: 3px;
}

