

.nav-collapse,
.nav-collapse * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;   float:left; height:200px; top:8px;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;  position:absolute;
}

.nav-collapse li {
  float: left; 
  width: 100%;   height:46px; line-height:46px;  margin-bottom:1px;
}

@media screen and (min-width: 40em) {
 .nav-toggle {
    background-image: url("../../images/hamburger.gif");
    -webkit-background-size: 100px 100px;
    -moz-background-size: 100px 100px;
    -o-background-size: 100px 100px;
    background-size: 100px 100px;
  }
}

.nav-collapse a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  background: #092460; height:100px;
 text-align:center;
  padding: 0em 1em;
  float: left;    height:46px; line-height:46px;
}

.nav-collapse a:hover {
  color: #092460;
 
  background: #fff;

}

@media screen and (min-width: 40em) {

}

.nav-collapse ul ul a {
  background: #ca3716;
  padding-left: 2em;
}


@media screen and (min-width: 40em) {
  .nav-collapse ul ul a {
    display: none;
  }
}

.nav-toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 28px;
  height: 18px; display:block;
  float: right;
  text-indent: -9999px;
  overflow: hidden; display:none;
  background: url("../../images/menu-nav.png") no-repeat center;  position:absolute; z-index:1000; right:15px; top:10px;
} 

@media screen and (-webkit-min-device-pixel-ratio: 1.3), screen and (min--moz-device-pixel-ratio: 1.3), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 1.3), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  .nav-toggle {
    background-image: url("../../images/hamburger.gif");
    -webkit-background-size: 100px 100px;
    -moz-background-size: 100px 100px;
    -o-background-size: 100px 100px;
    background-size: 100px 100px;
  }
}
