.menuitem { position: relative; width: 100%; letter-spacing: 0.05em; font: bold 12px Trebuchet MS; color: #fafafa; text-decoration: none; display: block; } .menuitem a { font: bold 12px Trebuchet MS; color: #fafafa; text-decoration: none; display: block; } .menuitem a:hover { color: #000000; text-decoration: none; display: block; } .submenu { position: absolute; visibility: hidden; left: 0px; top: 16px; width: 100%; display: block; } .submenuitemT, .submenuitem { width: 128px; letter-spacing: 0.05em; } .submenuitemT a, .submenuitem a { width: 128px; background-color: #898989; padding-top: 0px; padding-bottom: 1px; padding-right: 0px; padding-left: 3px; font: bold 12px Trebuchet MS; color: #fafafa; text-align: left; text-decoration: none; border-right: 1px solid #000000; border-left: 1px solid #000000; border-bottom: 1px solid #000000; display: block; } .submenuitemT a { border-top: 1px solid #000000; } .submenuitemT a:hover, .submenuitem a:hover { background-color: #000000; color: #ff7711; text-decoration: none; display: block; }