.gwt-MenuBar {
  cursor: default;
}
.gwt-MenuBar .gwt-MenuItem {
  cursor: default;
}
.gwt-MenuBar .gwt-MenuItem-selected {
  background: #E0EDFE;
}
.gwt-MenuBar-horizontal {
  background: #e3e8f3 url(images/bg_headergradient.png) repeat-x;
  border: 1px solid #BBBBBB;
}
.gwt-MenuBar-horizontal .gwt-MenuItem {
  padding: 0px 10px;
  vertical-align: bottom;
  color: #666666;
  font-weight: bold;
}
.gwt-MenuBar-horizontal .gwt-MenuItemSeparator {
  width: 1px;
  padding: 0px;
  margin: 0px;
  border: 0px;
  border-left: 1px solid #888888;
  background: white;
}
.gwt-MenuBar-horizontal .gwt-MenuItemSeparator .content {
  width: 1px;
  background: white; 
}
.gwt-MenuBar-vertical {
  margin-top: 0px;
  margin-left: 0px;
  background: white;
}
.gwt-MenuBar-vertical table {
  border-collapse: collapse;
}
.gwt-MenuBar-vertical .gwt-MenuItem {
  padding: 4px 14px 4px 1px;
}
.gwt-MenuBar-vertical .gwt-MenuItemSeparator {
  padding: 2px 0px;
}
.gwt-MenuBar-vertical .gwt-MenuItemSeparator .content {
  height: 1px;
  padding: 0px;
  border: 0px;
  border-top: 1px solid #777777;
  background: #ddddee;
  overflow: hidden;
}
.gwt-MenuBar-vertical .subMenuIcon {
  padding-right: 4px;
}
.gwt-MenuBar-vertical .subMenuIcon-selected {
  background: #E0EDFE;
}
.gwt-MenuBarPopup {
  margin: 0px 0px 0px 3px;
}
.gwt-MenuBarPopup .topCenter {
  background: url(images/hborder.png) 0px -17px repeat-x;
}
.gwt-MenuBarPopup .middleLeft {
  background: url(images/vborder.png) -17px 0px repeat-y;
}
html>body .gwt-MenuBarPopup .bottomCenter {
  background: url(images/hborder.png) 0px -18px repeat-x;
}
html>body .gwt-MenuBarPopup .middleRight {
  background: url(images/vborder.png) -18px 0px repeat-y;
}
html>body .gwt-MenuBarPopup .topLeft {
  width: 5px;
  height: 5px;
  background: url(images/corner.png) no-repeat 0px -36px;
}
html>body .gwt-MenuBarPopup .topRight {
  width: 8px;
  height: 5px;
  background: url(images/corner.png) no-repeat -5px -36px;
}
html>body .gwt-MenuBarPopup .bottomLeft {
  width: 5px;
  height: 8px;
  background: url(images/corner.png) no-repeat 0px -41px;
}
html>body .gwt-MenuBarPopup .bottomRight {
  width: 8px;
  height: 8px;
  background: url(images/corner.png) no-repeat -5px -41px;
}
* html .gwt-MenuBarPopup .bottomCenter {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/ie6/hborder_gray_shadow.png',sizingMethod='scale');
}
* html .gwt-MenuBarPopup .middleRight {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/ie6/vborder_gray_shadow.png',sizingMethod='scale');
}
* html .gwt-MenuBarPopup .topLeftInner {
  width: 5px;
  height: 41px;
  margin-top: -36px;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/corner.png',sizingMethod='crop');
}
* html .gwt-MenuBarPopup .topRightInner {
  width: 13px;
  height: 41px;
  margin-left: -5px;
  margin-top: -36px;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/corner.png',sizingMethod='crop');
}
* html .gwt-MenuBarPopup .bottomLeftInner {
  width: 5px;
  height: 49px;
  margin-top: -41px;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/corner.png',sizingMethod='crop');
}
* html .gwt-MenuBarPopup .bottomRightInner {
  width: 13px;
  height: 49px;
  margin-left: -5px;
  margin-top: -41px;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/corner.png',sizingMethod='crop');
}