/* ######### Default class for drop down menus ######### */.anylinkmenu{position: absolute;left: 0;top: 0;visibility: hidden;border-bottom-width: 0;font: 11px Verdana, sans-serif;color: #000000;line-height: 18px;z-index: 100; /* zIndex should be greater than that of shadow's below */width: 150px; /* default width for menu */}.anylinkmenu ul{margin-top: 10;padding: 0;list-style-type: none;background-color:#000000;}.anylinkmenu ul li a{width: 100%;display: block;background-color:#fefefe;color: #9B1F2C;text-indent: 10px;padding: 2px 0;text-decoration: none;}.anylinkmenu a:hover{ /*hover background color*/color: #9B1F2C;background-color:#fefefe;}.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/background: #Fefefe;}/* ######### Alternate multi-column class for drop down menus ######### */.anylinkmenucols{position: absolute;width: 650px;left: 0;top: 0;margin-top: 5px;visibility: hidden;padding: 2px;font: 11px Verdana, sans-serif;z-index: 100; /*zIndex should be greater than that of shadow's below*/background: #fefefe;color: #9B1F2C;}.anylinkmenucols a{color: #fefefe;text-decoration: none;}.anylinkmenucols a:hover{color: #D9D3CA;text-decoration: none;}.anylinkmenucols li{padding-bottom: 3px;}.anylinkmenucols .column{float: left;padding: 0px 8px;margin-right: 0px;background: #9B1F2C;}.anylinkmenucols .column ul{margin: 0;padding: 0;list-style-type: none;}/* ######### Alternate multi-column class for drop down menus ######### */.anylinkmenucols2{position: absolute;width: 130px;left: 0;top: 0;margin-top: 5px;visibility: hidden;padding: 2px;font: 11px Verdana, sans-serif;z-index: 100; /*zIndex should be greater than that of shadow's below*/background: #fefefe;color: #9B1F2C;}.anylinkmenucols2 a{color: #fefefe;text-decoration: none;}.anylinkmenucols2 a:hover{color: #D9D3CA;text-decoration: none;}.anylinkmenucols2 li{padding-bottom: 3px;}.anylinkmenucols2 .column{float: left;padding: 0px 8px;margin-right: 0px;background: #9B1F2C;}.anylinkmenucols2 .column ul{margin: 0;padding: 0;list-style-type: none;}