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


/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
line-height: 17px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
width: 123px; /* default width for menu */
}
.anylinkcss ul{
list-style-type: none;
padding-top: 25px;
padding-bottom: 2px;
background-color: #e29abf;
}
.anylinkcss ul li a{
display: block;
margin-bottom: 7px;
}
.anylinkcss a:hover{ /*hover background color*/
}

.dd_nav{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
line-height: 17px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
width: 135px; /* default width for menu */
}
.dd_nav ul{
list-style-type: none;
background-color: #621c41;
border-top: 2px solid #eed2e1;
border-bottom: 2px solid #eed2e1;
margin-top: 9px;
}
.dd_nav ul li a{
display: block;
color: #ffffff;
padding: 0px 10px 2px 10px;
border: 1px solid #eed2e1;
}
.dd_nav a:hover{ /*hover background color*/
color: #e90882;
}

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

.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #e29abf;
}

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

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

.anylinkcsscols li{
}

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


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