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

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

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #669966;
border-bottom-width: 0;
font: normal 10px Arial;
line-height: 15px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
width: 152px; /* default width for menu */
text-align: center;
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
border-color: #669966;
text-align: center;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 2px 0;
text-decoration: none;
text-indent: 5px;
color: #669966;
border-color: #669966;
background-color: white;
text-align: center;
}

.anylinkmenu a:hover{ /*hover background color*/
background-color: #669966;
color: white;
border-color: #669966;
text-align: center;
}


.anylinkmenu2{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #883300;
border-bottom-width: 0;
font: normal 10px Arial;
line-height: 15px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
width: 152px; /* default width for menu */
text-align: center;
}

.anylinkmenu2 ul{
margin: 0;
padding: 0;
list-style-type: none;
border-color: #883300;
text-align: center;
}

.anylinkmenu2 ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 2px 0;
text-decoration: none;
text-indent: 5px;
background-color: white;
			color: #883300;
			border-color: #883300;
text-align: center;
}

.anylinkmenu2 a:hover{ /*hover background color*/
background-color: #883300;
			color: white;
			border-color: #883300;
text-align: center;
}



.anylinkmenu5{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #669966;
border-bottom-width: 0;
font: normal 10px Arial;
line-height: 15px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
width: 152px; /* default width for menu */
text-align: center;
}

.anylinkmenu5 ul{
margin: 0;
padding: 0;
list-style-type: none;
border-color: #669966;
text-align: center;
}

.anylinkmenu5 ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 2px 0;
text-decoration: none;
text-indent: 5px;
color: #669966;
border-color: #669966;
background-color: white;
text-align: center;
}

.anylinkmenu5 a:hover{ /*hover background color*/
background-color: #669966;
color: white;
border-color: #669966;
text-align: center;
}


.anylinkmenu4{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #5A81AB;
border-bottom-width: 0;
font: normal 10px Arial;
line-height: 15px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
width: 152px; /* default width for menu */
text-align: center;
}

.anylinkmenu4 ul{
margin: 0;
padding: 0;
list-style-type: none;
border-color: #5A81AB;
text-align: center;
}

.anylinkmenu4 ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 2px 0;
text-decoration: none;
text-indent: 5px;
background-color: white;
			color: #5A81AB;
			border-color: #5A81AB;
text-align: center;
}

.anylinkmenu4 a:hover{ /*hover background color*/
background-color: #5A81AB;
			color: white;
			border-color: #5A81AB;
text-align: center;
}



.anylinkmenu3{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #ff6600;
border-bottom-width: 0;
font: normal 10px Arial;
line-height: 15px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
width: 152px; /* default width for menu */
text-align: center;
}

.anylinkmenu3 ul{
margin: 0;
padding: 0;
list-style-type: none;
border-color: #ff6600;
text-align: center;
}

.anylinkmenu3 ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 2px 0;
text-decoration: none;
text-indent: 5px;
color: #ff6600;
border-color: #ff6600;
background-color: white;
text-align: center;
}

.anylinkmenu3 a:hover{ /*hover background color*/
background-color: #ff6600;
color: white;
border-color: #ff6600;
text-align: center;
}


/* ######### 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;
}