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


.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 2px solid #FFCC00;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #2E2E2E;
}

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

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #2E2E2E;
}

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

.expixcols{
position: absolute;
width: 250px;
left: 0;
top: 0;
visibility: hidden;
border: 2px solid #FFCC00;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #2E2E2E;
}

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

.expixcols .column{
float: left;
padding: 3px 8px;
margin-right: 10px;
background: #2E2E2E;
}

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

.directorycols{
position: absolute;
width: 370px;
left: 0;
top: 0;
visibility: hidden;
border: 2px solid #FFCC00;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #2E2E2E;
}

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

.directorycols .column{
float: left;
padding: 3px 8px;
margin-right: 10px;
background: #2E2E2E;
}

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

.exzinecols{
position: absolute;
width: 600px;
left: 0;
top: 0;
visibility: hidden;
border: 2px solid #FFCC00;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #2E2E2E;
}

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

.exzinecols .column{
float: left;
padding: 3px 8px;
margin-right: 10px;
background: #2E2E2E;
}

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

.gallerycols{
position: absolute;
width: 150px;
left: 0;
top: 0;
visibility: hidden;
border: 2px solid #FFCC00;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #2E2E2E;
}

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

.gallerycols .column{
float: left;
padding: 3px 8px;
margin-right: 10px;
background: #2E2E2E;
}

.gallerycols .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: black;
visibility: hidden;
}