.bannerbody {
  background-image: url("/static/img/banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
	height:140px;
	width: auto auto;
	margin: 0;
	padding: 0;
}
.bannerGH {
  background-image: url("https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png");
  background-repeat: no-repeat;
  background-position: right;
	height:140px;
	width: 100%;
	margin: 0;
	padding: 0;
}
.bannerlogo {
  background-image: url("/static/img/warzone2100.splash.png");
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
	width: 100%;
    height:140px;
	margin: 0;
	padding: 0;
  z-index:600;
}


.wznavbar{
  margin: 0px 0px 0px 0px;
  padding: 2px 4px 2px 6px;
  line-height: 80%;
  height: 45px;
  box-shadow: 2px 2px 3px #2F3489;
  -webkit-box-shadow: 2px 2px 3px #666666;
  -moz-box-shadow: 2px 2px 3px #666666;
  background: #26344D;
  border: solid 1px #19164F;
  z-index:999;
}

.wzmenu {
    width: 100%;
    height: 30px;
    list-style:none;
    padding:0;
    border-top:1 solid #ccc;
    border-left:1 solid #ccc;
    border-bottom:1 solid #ccc;
}

.wzmenu ul {
        display:inline;
        margin: 0;
        padding: 0; 
	list-style-type: none;
        list-style-image: none;
}

.wzmenu li {
    display:inline;
    float: left;
    position: relative;
    background-color: #f2f2f2;
}

.wzmenu li a {
    display:block;
    padding:10px 10px;
    text-decoration:none;
    color:#069;
    border-right:1px solid #ccc;
    font-weight:bold;
}   

.wzmenu li a:hover {
    color:#c00;
    background-color:#fff;
}
