#ESI32nav {
  margin : 0px;
  padding : 0px;
  /*background-color : #ffffff;*/
}
#ESI32nav li {
  list-style-type : none;
  margin : 0px;
  padding : 0px;
}
#ESI32nav ul li {
  border : 0px;
}
#ESI32nav ul {
  margin : 0px;
  padding : 0px;
  background-image : url(../grafik/pop_bg.png);
  background-repeat : repeat;
  /*border-top : 1px solid #dbd0a9;
  border-right : 1px solid #4766a1;*/
  border-bottom : 1px solid #dbd0a9;
  border-left: 1px solid #cbbd8d;
  position : absolute;
  left : -9000px;
  z-index : 10000;
}

/* ------ Angiver alle undermenupunkter ------ */

#ESI32nav ul a {
  color : #000000;
}

/* ------ Angiver alle niveau 1 punkter ------ */

#ESI32nav a {
  display : block;
  position : relative;
  color : #000000;
  text-decoration : none;
  padding : 6px 16px 6px 16px;
  border-right : 1px solid #dbd0a9;
}

/* ------ Angiver den aktive side der er mouseover aktiv ------ */

#ESI32nav a:hover, #ESI32nav a:active, #ESI32nav a:focus {
  background-color: #c7ba8f;
  border-right : 1px solid #dbd0a9;
  color : #000000;
  /*background-image : url(../grafik/hovedmenu_bg_over.gif);
  background-repeat : repeat-x;*/
}

/* ------ Angiver den aktive side der er klikket på og reloaded, hele vejen ned i hirakiet ------ */

#ESI32nav .ESI32mark {
  background-color: #c7ba8f;
  color : #000000;
  /*font-weight: bold;
  background-image : url(../grafik/hovedmenu_bg_over.gif);
  background-repeat : repeat-x;
  font-weight : normal;*/
}

/* ------ the trigger link styles ------- */

/* ------ Angiver sider der har undermenuer ------ */

#ESI32nav ul .ESI32trg, #ESI32nav ul .ESI32on {
  background-image:  url(../grafik/sort_pil.gif);
  background-repeat:  no-repeat;
  background-position: right center;
}

/* ------ Angiver aktiv niveau 1 menupunkt ------- */

#ESI32nav .ESI32on {
  color: #ffffff;
  /*background-image : url(../grafik/hovedmenu_bg_over.gif);
  background-repeat : repeat-x;*/
  background-color : #c7ba8f;
}
/*the submenu classes */

#ESI32nav .ESI32hide {
  left: -9000px;
  border: 0;
}
#ESI32nav .ESI32show {
  left: auto;
  z-index: 20000 !important;
}
/* Top level menu width */
#ESI32nav li {
  float: left;
  /*width: 7.5em;
  height : 26px;*/
}
#ESI32nav ul li {
  float: left;
}
/* 2nd and subsequent Submenu widths */
#ESI32nav ul, #ESI32nav ul li {
  /*width: 200px; Angiv px hvis du ikke vil have undermenuen til at starte fra venstre top, men bare folde ud nedad */
  width: 13em;
  text-align: left;
}
#pmmcrumb {
  font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 16px;
  color: #000000;
}
#pmmcrumb a, #pmmcrumb a:visited {
  font-weight: normal;
  color: #000000;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
  font-weight: normal;
  color: #000000;
}
