/* Start of CMSMS style sheet 'adventures : Simple - Horizontal' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_horiz {
   background-color: #343131;  /* background color for the entire menu row */
   width: 640px;
   height: 40px;
   margin: 0px 0px 0px 10px;
}

div#menu_horiz ul {
   margin: 0px 0px 0px 0px;
   padding: 0;
   height: 20px;
}

/* menu list items */
div#menu_horiz li {
   float: left;
   list-style: none;
   margin: 0;
   font-family: Verdana, Arial, sans-serif;
   font-size: 13px;
   font-weight: bold;
}

/* the links, that is each list item */
div#menu_horiz a {
   padding: 3px 6px 2px 18px;
   margin: 0;
   text-decoration: none;
   color: #e7e1d4;
   background: url(uploads/adventures/menu_pijl_oranje.gif) no-repeat 0px center;
   display: block; /* IE has problems with this, fixed above */
}

/* hover state for links */
div#menu_horiz li a:hover {
   color: #f7f3aa;
   background: url(uploads/adventures/menu_pijl_geel.gif) no-repeat 0px center;
}
/*
div#menu_horiz a.activeparent:hover {
   color: #f7f3aa;
}


div#menu_horiz li.activeparent a {
   padding: 3px 6px 2px 18px;
   background: url(uploads/adventures/menu_pijl_geel.gif) no-repeat 0px center;
   color: #f7f3aa;
}
*/

div#menu_horiz ul li h3 {
   padding: 0px 6px 0px 18px;
   text-decoration: none;
   color: #f7f3aa;
   background: url(uploads/adventures/menu_pijl_geel.gif) no-repeat 0px center;
   display: block; /* IE has problems with this, fixed above */
   font-family: Verdana, Arial, sans-serif;
   font-size: 14px;
   font-weight: bold;
}

/* End of 'adventures : Simple - Horizontal' */

