.hornet.toolbar.top {
  width: 100%;
  height: 60px;
  top: 0;
  position: fixed;
  border-bottom: 2px solid #000;
  z-index: 2;
  color: #999;
  -webkit-box-shadow: 0 0 5px #555;
  background: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #F5F5F5), color-stop(0.5, #DCDCDC), color-stop(1.0, #CDCDCD));
}

.hornet.toolbar.top > div > ul > li > a {
  border: none;
  font-weight: bold;
}

.hornet.toolbar.top div.menu {
  margin: 10px;
  float: left;  
}

.hornet.toolbar.top ul {
}

.hornet.toolbar.top ul li {
  background: none;
}

.hornet.toolbar.top ul li a {
/*  background: #fff;*/
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  color: #000;
  text-shadow: 1px 1px 1px #fff;
}

.hornet.toolbar.top ul li a:hover {
  background: none;
  color: #004080;
}

.hornet.toolbar.top ul li ul {
/*  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #F5F5F5), color-stop(0.5, #EBEBEB), color-stop(1.0, #E1E1E1));*/
}

.hornet.toolbar.top ul li ul li a {
  padding: 8px 8px;
  background: #fff;
  font-size: 14px;
  color: #000;
}

.hornet.toolbar.top ul li ul li a:hover {
  background: #D7D7D7;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #D7D7D7), color-stop(0.5, #E1E1E1), color-stop(1.0, #EBEBEB));
  border-bottom: none;
  color: #004080;
}

.hornet.toolbar.top .hornet.authenticated-user {
  margin: 10px 20px;
  float: right;
  text-align: right;
  color: #000;
  text-shadow: 1px 1px 1px #fff;
}

.hornet.toolbar.top .hornet.authenticated-user .tools a {
  text-decoration: none;
  color: #666;
  text-shadow: 1px 1px 1px #fff;
  font-size: 13px;
  padding: 0 0 0 5px;
}

.hornet.toolbar.top .hornet.authenticated-user .tools a:hover {
  background: none;
  color: #004080;
}