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

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
display:none;
border: 0px solid black;
border-bottom-width: 0;
font: normal 12px Arial;
line-height: 20px;
z-index: 2500; /* zIndex should be greater than that of shadow's below */
background-image:url(../12.png);
background-position:bottom;

width: 190px; /* default width for menu */
/*opacity: 0.7;
filter:alpha(opacity=50);
-moz-opacity: 0.7;
-khtml-opacity: 0.7;
background:#000000;*/
}

.anylinkshadow{
visibility: hidden;
display:none;
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
border-top:none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
border-top:dotted;
border-top-color:#666666;
border-top-width:2px;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: white;
}


.anylinkmenu a:hover{ /*hover background color*/
/*background: black;*/
color: white;
}

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


.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
display:none;
/*border: 0px solid black;*/
padding: 10px;
font: normal 12px Arial;
z-index: 2000; /*zIndex should be greater than that of shadow's below*/
/*background: #E9E9E9;*/
}
.anylinkmenucols li{
padding-bottom: 3px;
}
.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
/*background: #E0E0E0;*/
}
.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

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


