
/* Anylink Dropdown Menu */
.anylinkcss {
  /* minimum required */ position: absolute; left: 0; top: 0; display: none; z-index: 9999;
  /* box styles */ width:200px; margin:1px 0 0; padding:8px 0; background:url(/custom/images/framework/drop-down-bg.png) no-repeat 0 100%;}
  
/* special instance for layout */
.anylinkcss.last {margin:1px 0 0 -106px;}

.anylinkcss ul { width:177px; margin:0 auto; padding:0; list-style:none; }
.anylinkcss li { padding:0; margin:0 0 2px;}
.anylinkcss li a {display:block; padding:2px 0; font: 11px/14px Verdana, Arial, 'Sans Serif'; color:#eacf76; text-decoration:underline; }
.anylinkcss li a:hover { text-decoration:none; }
.anylinkcss li a.active { color:#eacf76; }

/* Class for currently selected anchor link */
.selectedanchor {}

/* Class for shadow effect */
.anylinkshadow {
  /* minimum required */ /* position: absolute; left: 0; top: 0; display: none; z-index: 9000; */ 
  /* box styles */ /* background: black; */}