nav.vta {
  display:none;
}
@media screen and (min-width: 1000px) {
nav.vta {
  display:block;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 18px;
  background-color: white;
  height: 62px;
}

nav.vta ul {
  width: 100%;
  margin: 0 auto;
  background-color: white;
  height: 62px;
  padding: 0;
  text-align: center;
  /* border-bottom: 1px solid #333; */
}

nav.vta li {
  display: inline;
  float: none;
  background-color: white;
  line-height: 62px;
  margin-left: 10px;
  margin-right: 10px;
  /* border-bottom: 1px solid #666; */
}

nav.vta ul.L1 {

}
nav.vta li.L1 {

}

nav.vta ul.L2 {

}
nav.vta li.L2 {
  

}
nav.vta ul.L3 {
	border-bottom:2px dotted #EEE;
}
nav.vta li.L3 {

}

nav.vta li>ul {
  display: none;
  position: absolute;
}

nav.vta a {
  display: inline-block;
  font-size: inherit;  
}

nav.vta a:hover {
  color: #f7941d;
}
nav.vta a.allcaps{
	text-transform:uppercase;
}

nav.vta li.selected {
  color: #e87d3d;
}


nav.vta ul.image {
  height: 160px;
}

nav.vta ul.image li {
  background-color: white;
  margin-left: 20px;
  margin-right: 20px;  
}

nav.vta ul.image a {
  width:130px;
  line-height: 12px;
  vertical-align:top;
}

nav.vta ul.image div.image {
  width: inherit;
  height: 100px; 
  /* line-height:100px; */
  
  display: table-cell;
  vertical-align: middle;  
}


nav.vta ul.image div>img {
	margin-left:15px;
  	max-width:100px;
}

nav.vta ul.image span {
	line-height: 22px;
}
}