.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
	background: #b28e80;
}


/* ######### 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-bottom-width: 0;
	line-height: 18px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	background: #b28e80;
	width: 160px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #012f47;
	border-right-color: #012f47;
	border-bottom-color: #012f47;
	border-left-color: #012f47;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}

.anylinkcss ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.anylinkcss ul li a{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
	text-indent: 5px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #012f47;
}

.anylinkcss a:hover{ /*hover background color*/
	color: white;
	background-color: #402e27;
}



/* ######### 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;
}


