.mainMenu { position: relative; z-index: 200; } /* RootMenu classes */ a.itemLink { color: #0079c2; text-decoration: none; } a.itemLink:hover { color: #FFFFFF; } td.menuItem { padding-left: 18px; padding-right: 18px; vertical-align: top; padding-top: 2px; font-family: Arial; font-size: 12px; color: #FFFFFF; font-weight: bold; cursor: default; } td.greenbg { background-color: #0079c2; font-size: 0; } td.topl { background-color: #0079c2; height: 4px; width: 4px; font-size: 0; } td.topr { background-color: #0079c2; height: 4px; font-size: 0; width: 4px; } td.botl { background-color: #0079c2; height: 4px; width: 4px; font-size: 0; } td.botr { background-color: #0079c2; height: 4px; width: 4px; font-size: 0; } td.menuItemOver-left { background-color: #0079c2; line-height: 25px; } td.menuItemOver-left-nochild { background-color: #0079c2; line-height: 25px; } td.menuItemOver-right { background-color: #0079c2; line-height: 25px; } td.menuItemOver-right-nochild { background-color: #0079c2; line-height: 25px; } td.menuItemOver-bg { background-color: #0079c2; line-height: 25px; } /* subItem classes */ td.subMenu-left-start { background-color: #0079c2; } td.subMenu-right { background-color: #0079c2; } td.subMenu-bg { background-color: #0079c2; padding-left: 18px; padding-right: 18px; line-height: 25px; } a.subMenu { font-family: Arial; font-size: 12px; color: #FFFFFF; font-weight: bold; cursor: hand; cursor: pointer; text-decoration: none; } a.subMenu:hover { text-decoration: underline; }