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





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

.anylinkmenucols{
/*position: absolute;*/
position: fixed;
left: 0; 
top: 0; 
visibility: hidden;
padding: 10px 0px 0px 0px;
z-index:99; 
width:485px;
height:345px;
background-image:url(/fileadmin/_structure/_img/BG_MegaDropdown.png);
background-repeat:no-repeat;
/*
background-color:#CCCCCC;
*/
}


.anylinkmenucols .column{
float: left;
padding: 33px 0px 0px 0px;
margin:0x;


}

.anylinkmenucols .column ul{
margin: 0;
padding: 2px 0 0 14px;
list-style-type: none;
}

.anylinkmenucols li{
padding: 0px 0px 0px 0px;
margin:0;
height:26px;
}



.anylinkmenucols a{ /*hover background color*/
color: #505252;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
display:block;
height:20px;
border-bottom: 1px solid #a6a6a6;
padding:5px 0 0 0;
margin:0px 0 0 10px;
width:202px;
text-decoration:none;
}

.anylinkmenucols a:hover{ /*hover background color*/
/*background: black;*/
color: #008837;

}



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


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 89; /*zIndex for shadow*/

visibility: hidden;
}