
/* ######### Alternate multi-column class for drop down menus ######### */

.anylinkmenucols{
position: absolute;
width: 340px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #a5a5a5;
padding: 5px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #f1f1f1;
}

.anylinkmenucols li{
	padding-bottom: 6px;	
}

.anylinkmenucols .column{
float: left;
padding-left:20px;
padding-bottom:5px;
padding-right:18px;
padding-top:5px;
margin-right: 2px;
background: #ffffff;
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}



/* ######### 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: #a5a5a5;
visibility: hidden;
}
