 .gwt-MenuBar {
    cursor: pointer !important;
}
.gwt-MenuBar .gwt-MenuItem {
    cursor: pointer !important;
}
.gwt-MenuBar .gwt-MenuItem-selected {
    background: none repeat scroll 0 0 #CDCDCD;
}
.gwt-MenuBar .gwt-MenuItem-disabled {
    color: #CDCDCD;
}
.gwt-MenuBar-horizontal {
    background: url("images/hborder.png") repeat-x scroll 0 -2003px #EBEBEB;
    border: 1px solid #BBBBBB;
}
.gwt-MenuBar-horizontal .gwt-MenuItem {
    color: #666666;
    font-weight: bold;
    padding: 0 10px;
    vertical-align: bottom;
}
.gwt-MenuBar-horizontal .gwt-MenuItemSeparator {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #888888;
    border-image: none;
    border-style: none none none solid;
    border-width: 0 0 0 1px;
    margin: 0;
    padding: 0;
    width: 1px;
}
.gwt-MenuBar-horizontal .gwt-MenuItemSeparator .menuSeparatorInner {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 1px;
    width: 1px;
}
.gwt-MenuBar-vertical {
    background: none repeat scroll 0 0 #FFFFFF;
    margin-left: 0;
    margin-top: 0;
}
.gwt-MenuBar-vertical table {
    border-collapse: collapse;
}
.gwt-MenuBar-vertical .gwt-MenuItem {
    padding: 4px 14px 4px 1px;
}
.gwt-MenuBar-vertical .gwt-MenuItemSeparator {
    padding: 2px 0;
}
.gwt-MenuBar-vertical .gwt-MenuItemSeparator .menuSeparatorInner {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #DDDDEE;
    border-color: #777777 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-right: 0 none;
    border-style: solid none none;
    border-width: 1px 0 0;
    height: 1px;
    overflow: hidden;
    padding: 0;
}
.gwt-MenuBar-vertical .subMenuIcon {
    padding-right: 4px;
}
.gwt-MenuBar-vertical .subMenuIcon-selected {
    background: none repeat scroll 0 0 #CDCDCD;
}
.gwt-MenuBarPopup {
    margin: 0 0 0 3px;
}
.gwt-MenuBarPopup .menuPopupTopCenter {
    background: url("images/hborder.png") repeat-x scroll 0 -12px rgba(0, 0, 0, 0);
}
.gwt-MenuBarPopup .menuPopupBottomCenter {
    background: url("images/hborder.png") repeat-x scroll 0 -13px rgba(0, 0, 0, 0);
}
.gwt-MenuBarPopup .menuPopupMiddleLeft {
    background: url("images/vborder.png") repeat-y scroll -12px 0 rgba(0, 0, 0, 0);
}
.gwt-MenuBarPopup .menuPopupMiddleRight {
    background: url("images/vborder.png") repeat-y scroll -13px 0 rgba(0, 0, 0, 0);
}
.gwt-MenuBarPopup .menuPopupTopLeftInner {
    height: 5px;
    width: 5px;
}
.gwt-MenuBarPopup .menuPopupTopRightInner {
    height: 5px;
    width: 8px;
}
.gwt-MenuBarPopup .menuPopupBottomLeftInner {
    height: 8px;
    width: 5px;
}
.gwt-MenuBarPopup .menuPopupBottomRightInner {
    height: 8px;
    width: 8px;
}
.gwt-MenuBarPopup .menuPopupTopLeft {
    background: url("images/corner.png") no-repeat scroll 0 -36px rgba(0, 0, 0, 0);
}
.gwt-MenuBarPopup .menuPopupTopRight {
    background: url("images/corner.png") no-repeat scroll -5px -36px rgba(0, 0, 0, 0);
}
.gwt-MenuBarPopup .menuPopupBottomLeft {
    background: url("images/corner.png") no-repeat scroll 0 -41px rgba(0, 0, 0, 0);
}
.gwt-MenuBarPopup .menuPopupBottomRight {
    background: url("images/corner.png") no-repeat scroll -5px -41px rgba(0, 0, 0, 0);
}
* html .gwt-MenuBarPopup .menuPopupTopLeftInner {
    height: 5px;
    overflow: hidden;
    width: 5px;
}
* html .gwt-MenuBarPopup .menuPopupTopRightInner {
    height: 5px;
    overflow: hidden;
    width: 8px;
}
* html .gwt-MenuBarPopup .menuPopupBottomLeftInner {
    height: 8px;
    overflow: hidden;
    width: 5px;
}
* html .gwt-MenuBarPopup .menuPopupBottomRightInner {
    height: 8px;
    overflow: hidden;
    width: 8px;
} 