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


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

/*.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #012f47;
border-bottom-width: 0;
font: normal 11px Verdana;
line-height: 18px;
z-index: 100; 
background: #777777;
width: 148px; 
}

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

.anylinkcss ul li a{
	display: block;
	border-bottom: 1px solid #012f47;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
	text-indent: 10px;
	color: #FFFFFF;
}

.anylinkcss a:hover{ 
	background: #3e2c23;
	color: white;
}*/

.anylinkcss{
position: absolute;
left: 0;
top: 0;
/*visibility: hidden;
*/border: 1px solid #012f47;
border-bottom-width: 0;
font: normal 11px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #777777;
width: 148px; /* default width for menu */
	display: none;

}

.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 #012f47;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
color: #FFFFFF;

}

.anylinkcss a:hover{ /*hover background color*/
background: #3e2c23;
color: white;
}

.anylinkcss_lg{
position: absolute;
left: 0;
top: 0;
/*visibility: hidden;
*/border: 1px solid #012f47;
border-bottom-width: 0;
font: normal 11px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #777777;
width: 180px; /* default width for menu */
	display: none;

}

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

.anylinkcss_lg ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #012f47;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
color: #FFFFFF;

}

.anylinkcss_lg a:hover{ /*hover background color*/
background: #3e2c23;
color: white;
}



/* ######### class for shadow DIV ######### */


/*.anylinkshadow{
position: absolute;
left: 0;
top: 0;
z-index: 99;
background: black;
visibility: hidden;
}
*/
.smalltext {
	font-size: 9px;
	line-height: 12px;
	text-align: center;
}

