#menu-wrap, #menu-wrap ul { 
  background-color: #692e00 !important;
  color: #bcbc7a !important;
  font-family: inherit;
  font-size: 1.1em;/*kai*/
  font-weight: normal;
  font-style: normal;
}

#menu-wrap ul a, #menu-wrap ul a:visited { 
  color: #bcbc7a !important;
  font-family: inherit;
  font-size: 1.1em;/*kai*/
  font-weight: normal;
  font-style: normal;
  padding:  0px  20px  0px  10px;
  line-height:  30px;
  border-right:none;
}

#menu-wrap ul li:hover a, #menu-wrap ul a:focus, #menu-wrap ul a:active { 
  background-color: #894c11;
  color: #efef7a;
  font-family: inherit;
  font-size: 1.1em;/*kai*/
  font-weight: normal;
  font-style: normal;
}

#menu-wrap li.selected_page > a,
#menu-wrap li.selected_page:hover > a,
#menu-wrap li.current-menu-item > a,
#menu-wrap li.current-menu-item:hover > a { 
  background-color: #894c11 !important;
  color: #bcbc7a !important;
  font-family: inherit;
  font-size: 1.1em;/*kai*/
  font-weight: normal;
  font-style: normal;
}

#menu-wrap li.selected_subpage, #menu-wrap li.selected_subpage a, #menu-wrap li.selected_subpage a:visited { 
  background-color: #894c11 !important;
  color: #bcbc7a !important;
  font-family: inherit;
  font-size: 1.1em;/*kai*/
  font-weight: normal;
  font-style: normal;
  padding:  5px  11px  5px  10px;
  line-height:  15px;
}

#menu-wrap ul ul li.current-menu-item a, #menu-wrap ul ul li.current-menu-item a:visited { 
  background-color: #894c11 !important;
  color: #bcbc7a !important;
}

#menu-wrap ul ul a, #menu-wrap ul ul a:visited { 
  background-color: #692e00 !important;
  color: #bcbc7a !important;
  font-family: inherit !important;
  font-size: 1.0em !important;/*kai*/
  font-weight: normal !important;
  font-style: normal !important;
  padding:  5px  10px  5px  10px;
  line-height:  15px;
}

#menu-wrap ul ul a:hover { 
  background-color: #894c11 !important;
  color: #efef7a !important;
  font-family: inherit!important;
  font-size: 1.0em !important;/*kai*/
  font-weight: normal !important;
  font-style: normal !important;
}

#menu-wrap li.section { 
  background-color: #bcbc7a !important;
  color: #692e00 !important;
  font-family: inherit;
  font-size: 1.0em;/*kai*/
  font-weight: normal;
  font-style: normal;
  padding:  5px  11px  5px  10px;
  line-height:  15px;
}

#menu-wrap { 
  z-index:99;
  height:  30px;
}

#menu-wrap ul ul { 
  top:  30px;
}


/* menu sections with children */
#menu-wrap a.trigger, #menu-wrap a.trigger:hover, #menu-wrap a.trigger:visited,
#menu-wrap>ul>li>a, #menu-wrap>ul>li>a:hover, #menu-wrap>ul>li>a:visited {
    background-image: url(../Resources/cms-nav-green-s.gif);
    background-repeat: no-repeat;
    background-position: right center;
}

#mainRight ul, #sectionList ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

#mainRight li {
    margin: 4px 8px 2px;
    position: relative;
}

