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

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

.anylinkmenu{
position:absolute;
background:#000066;
 /*THEME CHANGE HERE*/
/*THEME CHANGE HERE*/
border-bottom-width: 2;
z-index:120;
width:125px;
visibility: hidden;
top: 20px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#FFFFFF;
margin-left:8PX;
}

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

.anylinkmenu ul li a{

background:#000066;
border: 2px solid #ebe4cd; /*THEME CHANGE HERE*/
border-bottom-width: 2;
width: 125px;;
text-indent: 2px;
text-decoration: none;
font-weight: bold;
color:#FFFFFF;
}

.anylinkmenu a:hover{ /*hover background color*/
color:#FFFF00;
}

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


.anylinkmenucols{
position: absolute;
width: 120px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/

}

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

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

.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*/
visibility: hidden;
}