.navbar { overflow: hidden;  background-color: #444444; }
.navbar a { float: left;  font-size: 14px;  color: white;  text-align: center;  padding: 14px 16px;  text-decoration: none;  font-weight:normal; }

.subnav { float: left;  overflow: hidden; }
.subnav .subnav-btn { font-size: 16px; border: none;  outline: none;  color: white;  padding: 10px 16px;  background-color: inherit;  font-family: inherit;  margin: 0; }
.subnav .subnav-btn-select { font-size: 16px;    border: none;  outline: none;  color: white;  padding: 10px 16px;  background-color: #666666;  font-family: inherit;  margin: 0;  display:none; }

.navbar a:hover, .subnav:hover .subnav-btn { background-color: #888888; }

.subnav-content { display: none;  position: absolute;  left: 0;  background-color: #666666;  width: 100%;  z-index: 1; }
.subnav-content a { float: left;  color: white;  text-decoration: none; }
.subnav-content a:hover { background-color: #888888;  color: white; }

.subnav-break  { font-size: 16px;    border: none;  outline: none;  color: #888888;  padding: 12px 0px;  font-family: inherit;  margin: 0; }

.desktop-brand {float: left; background:transparent; font-family:'Russo One'; font-weight:lighter; color: #fff; font-size: 0.73em; line-height: 15px; padding: 7px 12px; height: 44px; letter-spacing:1px; margin-top:10px}

#desktop-menu-div { z-index:1; position:absolute; top:0px; left:0px; height:60px; width:50px; background-color:#444444; text-align:left; padding-left:20px; }

#menu-wrap {background-color:#444444; height:50px; padding-top:10px; width:100%; }