.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: url(../images/nav_dwn.png) bottom center no-repeat;
color: #44c5f3;
}

.anylinkmenu{
position: absolute;
left: 0px;
top: 0px;
text-align: left;
visibility: hidden;
border: 0px;
font: normal 10px "Trebuchet MS";
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #44c5f3;
color: #ffffff;
padding: 0px;
margin: 0px;
width: 350; /* default width for menu */
}

.anylinkmenu ul{
margin: 0px;
padding: 0px;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 350px;
display: block;
color: #ffffff;
padding: 0px;
text-decoration: none;
font-weight: bold;
}

.anylinkmenu ul li a div#border{
width: 330px;
border-bottom: 1px dashed #ffffff;
padding: 10px;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkmenu ul li a div#noborder{
width: 330px;
border-bottom: 0px dashed #ffffff;
padding: 10px;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}


.anylinkmenu ul li a span.title{
	font-size: 15px;
	line-height: 18px;
	}	

.anylinkmenu a:hover{ /*hover background color*/
width: 350px;
background: #3599bc;
color: #ffffff;
}



/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 10px "Trebuchet MS";
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #000000;
}

.anylinkmenucols li{
padding-bottom: 3px;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #E0E0E0; 
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}



/* ######### 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;
}