/* ######### Default class for drop down menus ######### */
.anylinkcss{
position:absolute;
left:0;
top:0;
visibility:hidden;
border:1px solid #000;
border-bottom-width:0;
font-size:12px;
line-height:1.0em;
font-family:"Lucida Sans Unicode","Lucida Grande","Lucida Sans",Lucida,sans-serif;
line-height:18px;
z-index:100;/* zIndex should be greater than that of shadow's below */
background:#FFFFE0;
width:200px;/* default width for menu */
}
.anylinkcss ul{
margin:0;
padding:0;
list-style-type:none;
}
.anylinkcss ul li a{
width:100%;
display:block;
text-indent:3px;
border-bottom:1px solid #000;
padding:1px 0;
text-decoration:none;
font-weight:bold;
text-indent:5px;
}
.anylinkcss a:hover{
background:#000;
color:#FFF;
}
/* ######### Alternate multi-column class for drop down menus ######### */
.anylinkcsscols{
position:absolute;
left:4px;
top:2px;
visibility:hidden;
border:2px solid #0099F9;
padding:10px;
z-index:100;
background:#226FBE;
color:#FFF;
font-size:12px;
line-height:1.0em;
font-family:"Lucida Sans Unicode","Lucida Grande","Lucida Sans",Lucida,sans-serif;
}
.column{
font-size:0.9em;
color:#FFC;
}
.anylinkcsscols .column{
width:auto;
float:left;
}
.anylinkcsscols .column ul{
margin:0;
padding:0;
list-style-type:none;
}
.anylinkcsscols li{
width:200px;
margin-right:10px;
}
/* ######### 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:#000;
visibility:hidden;
}
.column ul li{
margin:8px 0 8px 0;
}
.column ul li a{
color:#FFF;
text-decoration:none;
font-size:11px;
line-height:1.0em;
border-left:3px solid #0099F9;
padding-left:4px;
}
.column ul li a:hover{
border-bottom:1px dotted #EFEFEF;
color:#EFEFEF;
border-left:3px solid #EFEFEF;
}
.column ul li p{
margin:0;
padding:4px 0 8px 8px !important;
line-height:1.2em;
font-size:80%;
font-style:italic;
}

