.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: #fff;
}


/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
right:0;
margin-left:-250px;
top:0;
margin-top: -30px;
display: none;
border: 1px solid #ccc;
font-family:Trebuchet MS;
padding:4px 0;
z-index: 999; /* zIndex should be greater than that of shadow's below */
width: 243px; /* default width for menu */
background:#fff;
}
.ie6 .anylinkcss{ background:#fff;}

.anylinkcss ul{
	position:relative;
margin: 0;
padding:0;
}

.anylinkcss ul li { list-style:none; margin:2px 0; padding:0 6px; width: 190px;}

.anylinkcss ul li a{
width: 210px;
display: block;
padding: 5px 10px;
text-decoration: none;
font-weight: bold;
font-weight:bold;
text-align:left;
font-size:11px;
text-transform:uppercase;
background:#ebebeb;
}

.anylinkcss a:hover{ /*hover background color*/
}