a {
	cursor: pointer;
}

.shuMenu .gwt-MenuItem {
  cursor: default;
  color: black;
}
.shuMenu .gwt-MenuItem-selected {
  background: black;
  color: white;
}
.shuMenu .gwt-MenuItem-disabled {
  color: #cdcdcd;
}

.shuMenu {
  background: #dcdcdc;
  height: 36px;
}

.shuMenu .gwt-MenuItem {
  height: 36px;
  padding: 0px 10px;
  vertical-align: center;
  font-family: "Open Sans",Calibri,Candara,Arial,sans-serif;
  font-size: 14px;
  font-weight: 300;
  cursor: pointer;
}
.shuMenu .gwt-MenuItemSeparator {
  width: 1px;
  padding: 0px;
  margin: 0px;
  border: 0px;
  border-left: 1px solid #888888;
  background: white;
}
.shuMenu .gwt-MenuItemSeparator .menuSeparatorInner {
  width: 1px;
  height: 1px;
  background: white; 
}

.navbar-right{
	float: right !important;
	margin-right: 0px !important;
}