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


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

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 0px;
border-bottom-width: 0;
font: normal 1em Tahoma;
z-index: 1000; /* zIndex should be greater than that of shadow's below */
background: #7d7d7d;
width: 170px; /* default width for menu */
}

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

.anylinkcss ul li a{
font-size: 0.75em;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 5px 0;
text-decoration: none;
text-indent: 5px;
color: #ffffff;
}

.anylinkcss a:hover{ /*hover background color*/
color: #fe0000;
}

.anylinkcss ul li.over a{
font-size: 0.75em;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 1px 0;
text-decoration: none;
text-indent: 5px;
color: #fe0000;
}

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

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

.anylinkcsstwo{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 0px;
border-bottom-width: 0;
font: normal 1em Tahoma;
z-index: 1000; /* zIndex should be greater than that of shadow's below */
background: #7d7d7d;
width: 105px; /* default width for menu */
}

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

.anylinkcsstwo ul li a{
font-size: 0.75em;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 5px 0;
text-decoration: none;
text-indent: 5px;
color: #ffffff;
}

.anylinkcsstwo a:hover{ /*hover background color*/
color: #fe0000;
}

.anylinkcsstwo ul li.over a{
font-size: 0.75em;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 1px 0;
text-decoration: none;
text-indent: 5px;
color: #fe0000;
}

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

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

.anylinkcssthree{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 0px;
border-bottom-width: 0;
font: normal 1em Tahoma;
z-index: 1000; /* zIndex should be greater than that of shadow's below */
background: #7d7d7d;
width: 161px; /* default width for menu */
}

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

.anylinkcssthree ul li a{
font-size: 0.75em;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 5px 0;
text-decoration: none;
text-indent: 5px;
color: #ffffff;
}

.anylinkcssthree a:hover{ /*hover background color*/
color: #fe0000;
}

.anylinkcssthree ul li.over a{
font-size: 0.75em;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 1px 0;
text-decoration: none;
text-indent: 5px;
color: #fe0000;
}

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

.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Tahoma;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #7d7d7d;
}

.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;
}