/*************************************************
                       mainNav (Haupt-Navigation)
**************************************************/
#mainNav {
  clear: both;
  margin: 0 auto;
    height: 60px;
    background: #590b00;   
}

#mainNav li {
  list-style: none;
  display: inline-block;
  padding: 0 8px; 
}


#mainNav li a {
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  display: block;
  height: 60px;
  line-height: 60px;
}

#mainNav li.current a,
#mainNav li a:hover {
  color: #eccb8a;
}

#mainNav li.hasSub > span:after,
#mainNav li.hasSub > a:after {
  content: '\f13a';
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: FontAwesome;
  padding-left: 5px;
}




/*** SUPERFISH MENU  ***/

.mouse-present #mainNav li li a {
       height: auto;
       line-height: normal; 
}

.mouse-present #mainNav li.current li a {
  color: #ffffff;
}

.mouse-present #mainNav li li.current a {
  color: #eccb8a;
}

.mouse-present #mainNav li li:hover a {
  border-top:0;
  border-right:0;
  border-bottom:0;
     color: #eccb8a;
}

.mouse-present #mainNav > ul.level-1 {
  float: left;
  margin-top: 0px;
}

#mainNav > div > ul > li > ul,
#mainNav > div > ul > li.hide-sub > ul,
#mainNav > div > ul > li > ul > li > ul,
#mainNav > div > ul > li > ul li.hide-sub > ul  {
  position:absolute;
  top:-999em;
  min-width:120px; /* left offset of submenus need to match (see below) */
  background-color: #590b00;
  margin-top: 20px;
  padding: 5px 10px;
}

.mouse-present #mainNav > div > ul ul li {
  width:100%;
  padding: 2px 0px;

}

.mouse-present #mainNav > div > ul li:hover {
  visibility:inherit; /* fixes IE7 'sticky bug' */
}

.mouse-present #mainNav > div > ul ul li.last-item {
  border-bottom: none; 
}

#mainNav > div > ul li {
  float:left;
  position:relative;
  list-style: none;
}
.mouse-present #mainNav > div > ul a {
  display:block;
  position:relative;
text-decoration: none;
}

.mouse-present #mainNav > div > ul li:hover ul {
  left:0;
  top: 60px; /* match top ul list item height */
  margin-top:0!important;
  z-index:99;
}

.mouse-present #mainNav > div > ul li.last-item:hover ul {
  right:0;
  left: inherit;
}

#mainNav li li ul.level-3 li a {
  font-weight: normal;
  padding: 9px 15px 8px 15px;
  color: #000000 !Important;
  background: #ffffff;
}

.mouse-present #mainNav li li ul.level-3 li:hover a {
  border-top:0;
  border-right:0;
  border-bottom:0;
  background: #ededed;
  color: #000000;
}
.mouse-present #mainNav li li:hover li a {
border-top: 0;
border-right: 0;
border-bottom: 0;
background: #ffffff;
}

.mouse-present #mainNav > div > ul li ul li ul.level-3 {
  position: absolute;
  top: -999em;
  min-width: 200px; /* left offset of submenus need to match (see below) */
  background-color: #ffffff;
  margin-top: 20px;
}

.mouse-present #mainNav > div > ul li ul li:hover ul.level-3 {
  left:200px;
  /*top:25px;*/ /* match top ul list item height */
  top: -1px;
  margin-top:0!important;
  z-index:99;
  border: 1px solid #999999;
}








.touch-present #mainNav > div > ul.level-1 {
  float: left;
  margin-top: 0px;

}

.touch-present #mainNav li.show-sub a {
  background: none !important;
}

.touch-present #mainNav li.hasSub a {
  cursor: pointer;
}

.touch-present #mainNav li li a {
       height: auto;
       line-height: normal; 
  padding: 10px 0;
}

.touch-present #mainNav li.current li a {
  color: #ffffff;
}

.touch-present #mainNav li li.current a {
  color: #eccb8a;
}

.touch-present #mainNav li li:hover a {
  border-top:0;
  border-right:0;
  border-bottom:0;
     color: #eccb8a;
}



.touch-present #mainNav li li.show-sub a {
  border-top:0;
  border-right:0;
  border-bottom:0;
}


.touch-present #mainNav > div > ul ul li {
  width:100%;
  padding-left: 0px;
}

.touch-present #mainNav > div > ul li.show-sub,
.touch-present #mainNav > div > ul li ul li.show-sub {
  visibility:inherit; /* fixes IE7 'sticky bug' */
}

.touch-present #mainNav > div > ul ul li.last-item {
  border-bottom: none; 
}





.touch-present #mainNav li.hide-sub a,
.touch-present #mainNav > div > ul a {
  display:block;
  position:relative;
  text-decoration: none; 
}

.touch-present #mainNav > div > ul > li.show-sub > ul {
  left:0;
  top: 60px;
  margin-top:0!important;
  z-index:99;

}

.touch-present #mainNav > div > ul > li > ul.level-2 > li.show-sub > ul {
  left:200px;
  top: -1px;
  margin-top:0!important;
  z-index:99;
  border: 1px solid #999999;
}

.touch-present #mainNav > div > ul li.last-item.show-sub ul {
  right:0;
  left: inherit;
}


 /*
.touch-present #mainNav li li ul.level-3 li:hover a {
  border-top:0;
  border-right:0;
  border-bottom:0;
  background: #ededed;
  color: #012e74;
}
.touch-present #mainNav li li:hover li a {
border-top: 0;
border-right: 0;
border-bottom: 0;
background: #ffffff;
color: #012e74;
}

.touch-present #mainNav > ul li ul li ul.level-3 {
  position: absolute;
  top: -999em;
  min-width: 200px;
  background-color: #ffffff;
  margin-top: 20px;
}

.touch-present #mainNav > ul li ul li:hover ul.level-3 {
  left:200px;
  top: -1px;
  margin-top:0!important;
  z-index:99;
  border: 1px solid #e20c17;
}
*/