span.rootMenuItem { width: 120px; padding: 3px 3px 3px 5px; margin-right: 30px; }
div.subMenu { width: 200px; z-index: 100; }
div.subMenuBase { width: 150px; }
div.subMenuItem, div.subMenuItemHighlight, div.subMenuItemLeaf, div.subMenuItemLeafHighlight { padding-left: 5px; height: 18px; line-height: 18px; background-color: #eee; color: inherit; border: 1px solid #ddd; overflow: hidden; }
div.subMenuItem { background: #eee url(../images/submenu-arrow.png) no-repeat center right; }
div.subMenuItemHighlight { background-color: #37609F; color: white; }
div.subMenuItemLeafHighlight { background-color: #37609F; color: white; }
a.subMenuItem { text-decoration: none; }
a.subMenuItem:hover { color: white; background-color: inherit; }
div.menuBottom { height: 5px; background-repeat: no-repeat; }
