/* ######### Default class for drop down menus ######### */
.anylinkcss {position: absolute; margin-top:10px; left: 0; top: 0; visibility: hidden; border: 1px solid #fff; font: normal 12px Verdana; line-height: 18px; z-index: 1000; background: #000000; width: 115px;}
.anylinkcss ol{margin: 0; padding: 0; list-style-type: none; background-color:#333;}
.anylinkcss ol li a{width: 100%; display: block; text-indent: 3px; border-bottom: 1px solid black; padding: 1px 0; text-decoration: none; font-weight: bold; text-indent: 5px;}
.anylinkcss a:hover{background: white; color: black;}

/* ######### class for shadow DIV ######### */
/*.anylinkshadow{position: absolute; left: 0; top: 0; z-index: 999; background: #ccc; visibility: hidden;}*/

/*
.anylinkcss1 {position: absolute; left: 0; top: 0; visibility: hidden; padding:2px; border: 1px dotted #fff; font: normal 12px Verdana; line-height: 18px; z-index: 100; background:#000; width:990px;}
.anylinkcss1 ol {margin: 0; padding: 0; list-style-type: none;}
.anylinkcss1 ol li a {width: 100%; display: block; text-indent: 3px; border-bottom: 1px solid black; padding: 1px 0; text-decoration: none; font-weight: bold; text-indent: 5px;}
.anylinkcss1 a:hover {background: white; color: black;}
*/