.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background:#8E2929;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 300px;
top: 0;
visibility: hidden;
border-bottom-width: 0;
FONT-SIZE:11px;
FONT-FAMILY:MyriadWebPro-Bold;
color:#FFFFFF;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #531F1F;
width: 185px; /* default width for menu */
opacity: 0.88;
-moz-opacity: 0.88;
filter: alpha(opacity=88);
}

.anylinkmenu ul{
margin: 2px;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
color:White;
padding: 2px 0;
text-decoration: none;
FONT-SIZE:13px;
FONT-FAMILY:MyriadWebPro-Bold,anti-alias;
font-style: normal;
text-indent: 0px;





}

.anylinkmenu a:hover{ /*hover background color*/
background: #8E2929;
color: white;
}



/* ######### 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;
}
.Menu{
FONT-SIZE:13px;COLOR:#ffffff;FONT-FAMILY:MyriadWebPro-Bold
}
