/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
   font: bold 14px Arial, Helvetica, sans-serif;
   margin: 0;
   padding: 0;
   position: absolute;
   left: 0;
   top: 0;
   list-style-type: none;
   background: white;
   border: 1px solid #be9100;
   border-bottom-width: 0;
   visibility: hidden;
   z-index: 100;
}

.ddsubmenustyle li a{
display: block;
width: 160px; /*width of menu (not including side paddings)*/
/*font-weight:bold;*/
color: white;
background-color: #7f3740;
text-decoration: none;
padding: 3px 4px;
border-bottom: 1px solid #be9100;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background-color: #be9100;
color: #F7f7de;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 2px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}

/* NEDERLANDS width of menu (not including side paddings) */

.kamers li a{ width: 110px;        }
.faciliteiten li a{ width: 135px;  }
.bijeenkomsten li a{ width: 140px; }
.agenda li a{ width: 100px;        }
.locatie li a{ width: 140px;       }
.arrangementen li a{ width: 190px; }
.vacatures li a{ width: 72px;      }

/* DUITS width of menu (not including side paddings) */

.zimmer li a{ width: 105px;      }
.ausstattung li a{ width: 130px; }
.tagungen li a{ width: 155px;    }
.kalender li a{ width: 95px;     }
.lage li a{ width: 140px;        }
.pauschale li a{ width: 190px;   }

/* ENGELS width of menu (not including side paddings) */

.rooms li a{ width: 97px;         }
.facilities li a{ width: 130px;   }
.meeting li a{ width: 140px;      }
.calender li a{ width: 95px;     }
.location li a{ width: 140px;     }
.arrangements li a{ width: 190px; }
