.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;
border: 1px solid black;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: lightyellow;
width: 200px; /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background: black;
color: white;
}

/* ######### Alternate multi-column class for drop down menus ######### */

.anylinkcsscols2 a{ text-decoration:none; color:#333333;}
.anylinkcsscols2 a:hover{ text-decoration:underline; color:#333333;}
.anylinkcsscols2{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
display: none;
border: 0px solid black;
font: bold 14px  "Times New Roman", Times, serif;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
/*background: #DEFFCA;*/
background-image:url(images/hover5.gif);
width:254px;
height:190px;
}

.anylinkcsscols2 .column{
width: 175px;
float: left;
margin-top:30px;
margin-left:35px;
}

.anylinkcsscols2 .column ul{
margin: 0;
margin-top:4px;
padding: 0;
list-style-type: none;
}

.anylinkcsscols2 li{
padding-bottom: 3px;
}



.anylinkcsscols a{ text-decoration:none; color:#333333;}
.anylinkcsscols a:hover{ text-decoration:underline; color:#333333;}
.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
display: none;
border: 0px solid black;
font: bold 14px  "Times New Roman", Times, serif;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
/*background: #DEFFCA;*/
background-image:url(images/hover4.gif);
width:550px;
height:190px;
}

.anylinkcsscols .column{
width: 165px;
float: left;
margin-top:30px;
margin-left:35px;
}

.anylinkcsscols .column ul{
margin: 0;
margin-top:4px;
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;
background: black;
visibility: hidden;*/
}
.submenuheader{color:#ffffff; background-color:#683939; padding-left:2px; padding-right:2px; padding-bottom:2px;}