.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
color: #FFFFFF;
background: #939598;
background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.75, #404040), color-stop(1, #939598)); background-image: -moz-linear-gradient( center bottom, #404040 75%, #939598 100%);
}


/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border-bottom-width: 0;
font-family: 'Questrial', SANS-SERIF;
font: normal 13px;
line-height: 24px;
z-index: 1001; /* zIndex should be greater than that of shadow's below */
background-color:transparent;
background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.75, #404040), color-stop(1, #939598)); background-image: -moz-linear-gradient( center bottom, #404040 75%, #939598 100%);
width: 210px; /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss div { border: 0px solid black;
 }

.anylinkcss ul li a{
font-family: 'Questrial', SANS-SERIF;
width: 202px;
display: block;
text-indent: 3px;
border: 4px solid #404040;
padding: 0px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
font-size: 14px;
background: #404040;
color: #FFFFFF;
}

.anylinkcss a:hover{ /*hover background color*/
font-family: 'Questrial', SANS-SERIF;
background: #FFFFFF;
width: 202px;
display: block;
text-indent: 3px;
border: 4px solid #404040;
padding: 0px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
font-size: 13px;
line-height: 24px;
color: #000000;
}

.anylinkcss_fake_link{ /* background color*/
font-family: 'Questrial', SANS-SERIF;
font: normal 10px;
line-height: 10px;
background: #404040;
width: 100%;
display: block;
text-indent: 6px;
padding: 0px 0;
text-decoration: none;
color: #FFFFFF;
 }

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
font-family: 'Questrial', SANS-SERIF;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #DEFFCA;
}

.anylinkcsscols .column{
width: 130px;
float: left;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcsscols li{
padding-bottom: 3px;
}

/* ######### 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;
}