/* Starter CSS for Menu */
#cssmenu {
 background:#ffff;
  height:70px;
  z-index:999;
  margin:0 auto;
  border-bottom:1px solid #dadada;
  width:100%;
  position:fixed;
  top:0;
  left:0;
  right:0;
}

