/* ######### Default class for drop down menus ######### */ .anylinkcss{ position: absolute; margin-top:5px; margin-right:50px; margin-left:-215px; visibility: hidden; font: normal 14px Tahoma; line-height: 18px; z-index: 100; /* zIndex should be greater than that of shadow's below */ background: ; width: 160px; /* default width for menu */ } .anylinkcss ul{ left: 0; padding: 5px; list-style-type: none; } .anylinkcss ul li a{ display: inline-table; background-color: transparent; background-image: url(http://timberlinecs.com/images/button.png); background-repeat: no-repeat; width: 155px; height: 45px; padding: 0 0 0 0; text-align: center; vertical-align: middle; font-family: Tahoma; color: #ffffff; font-size: 14px; font-weight: bold; text-decoration: none; }