.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: #e1e1ff;
}


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border-top-style:solid;
border-right-style:solid;
border-bottom-style:solid;
border-left-style:solid;
border-top-width:4;
border-right-width:1;
border-bottom-width:6;
border-left-width:1;
border-top-color:#b3b3ff;
border-right-color:#cccccc;
border-bottom-color:#b3b3ff;
border-left-color:#cccccc;
padding: 20px;
/* font: normal 14px Verdana; */
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 1em; 
font-weight: bold;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #FFFFFF;
text-indent:20px;
}

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

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

.anylinkcsscols .column .sublevel{
font: bold 12px Verdana;
text-indent:30px;
}

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

.anylinkcsscols a:hover{
background: #e1e1ff; 
}
/* ######### 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;
}
