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

.anylinkcss{
position: absolute;
left: 0;
top: 0;
margin-top:-21px;
visibility: hidden;
font-size:11px;
line-height: 13px;
z-index: 100000; /* zIndex should be greater than that of shadow's below */
background-position:top;
margin-left:90px;
background-color:#555555;
border:1px solid #B4A750;
border-bottom:0px solid #B4A750;
width: 168px; /* default width for menu */
}

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

.anylinkcss ul li a{
background-image:url(images/triangle.gif);
background-position:right;
background-repeat:no-repeat;
width: 162px;
display: block;
border-bottom: 1px solid #B4A750;
padding: 1px 0;
padding-top:3px;
padding-bottom:3px;
padding-left:6px;
text-decoration: none;
font-weight: normal;
color:white;
font-size:11px;
}

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

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


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100000; /*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;
}

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


