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

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
background:#efefef;
border: 0;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
border:1px solid #c0c0c0;
}

.anylinkcss ul{
margin: 0;
padding: 5px;
list-style-type: none;
display:inline;
float:left;
/*width:140px;*/
}
.anylinkcss ul li {
padding:1px;
}

.anylinkcss ul li a{
/*width: 100%;*/
width: 190px;
display: block;
margin-left:0;
text-decoration: none;
color:#000;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

.anylinkcss a:hover{ /*hover background color*/
color:#000;
text-decoration:underline;
}

/* -- */
.anylinkcss2{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
background:#efefef;
border: 0;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
border:1px solid #c0c0c0;
}

.anylinkcss2 ul{
margin: 0;
padding: 5px;
list-style-type: none;
display:inline;
float:left;
width:140px;
}
.anylinkcss2 ul li {
padding:1px;
}

.anylinkcss2 ul li a{
width: 100%;

margin-left:0;
text-decoration: none;
color:#000;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

.anylinkcss2 a:hover{ /*hover background color*/
color:#000;
text-decoration:underline;
}
/* -- */

/* ######### 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: 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;
margin-left:0;
padding-left:0;
}

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

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


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
/*background: black;*/
visibility: hidden;
}
