#csstopmenu, #csstopmenu ul{ padding: 0; margin: 0; list-style: none; } #csstopmenu li { float: left; position: relative; } #csstopmenu a { text-decoration: none; } .mainitems { border: 0px solid white; border-left-width: 0; background-color: #115599; } .headerlinks a { margin: auto 0px; font-weight: normal; color: white; } .submenus { display: none; width: 10em; position: absolute; top: 20px; left: 0; background-color: #B8D4DF; border: 3px solid white; FONT: 11px verdana, Arial, Helvetica, sans-serif; font-weight: normal; color: white; TEXT-DECORATION: none; } .submenus li { width: 100%; } .submenus li a { display: block; width: 100%; text-indent: 3px; } html>body .submenus li a { /* non IE browsers */ width: auto; } .submenus li a:hover { background-color: #337799; color: white; } #csstopmenu li>ul {/* non IE browsers */ top: auto; left: auto; } #csstopmenu li:hover ul, li.over ul { display: block; } html>body #clearmenu { /* non IE browsers */ height: 3px; } body { font-family: Tahoma,sans-serif; font-size: 11px; color: #000000; margin-top: 0px; margin-bottom: 0px;} a,a:link { font-family: Tahoma,sans-serif; font-size: 11px; color: #3c3c3c; font-weight: normal; text-decoration: none;} a:hover { font-family: Tahoma,sans-serif; font-size: 11px; color: #337799; font-weight: normal; text-decoration: none;}