/* Start of CMSMS style sheet 'B&amp;B Olthuys Navigation: Horizontaal' */
/********************
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: url(uploads/layout/logo.jpg) no-repeat top left; 
padding-top:30px;
margin-top:10px;
/*width: 980px;*/
height:120px;
}


div#menu_horiz ul {
   margin-left: 420px;
   /*padding-left: 10px;*/
  /* letter-spacing:28*/
   /*height:50px;*/
}


/* menu list items */
div#menu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin-right: 0px;
   width:180px;
}


/* the links, that is each list item */
div#menu_horiz a {
   padding: .6em 1.4em .6em 1.4em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #4c575f;
   background-color: #fffcf2;
   display: block; /* IE has problems with this, fixed above */
   font-size:18px;
}

div#menu_horiz a:hover {
 color: #bc3328;
}


div#menu_horiz h3 {
    padding: .6em 1.4em .6em 1.4em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #bc3328;
   display: block; /* IE has problems with this, fixed above */
   font-size:18px;                          /* instead of the normal font size for <h3> */
}

/************  SUBMENU **************/

div#menu_sub {
    position:relative;
    width: 480px;
}

div#menu_sub ul {
   margin-top:18px;
   background-color: transparent;
   float:left;
   margin-left: 450px;
   _margin-left: 222px; /* IE 6 Hack */
   height:20px;
   width: 480px;
}

div#menu_sub li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   height:20px;
   width:auto;
}

div#menu_sub a {
   padding: 0 10px 0 10px;
   text-decoration: none; /* no underline for links */
   text-align:left;
   color: #b3071b;
   background-color: #fffcf2;
   font-size:12px;
 line-height:18px;
}

div#menu_sub a:hover {
  text-decoration: underline;
}

div#menu_sub h3 {
 padding: 0 10px 0 10px;
font-weight: normal;
   text-decoration: underline; /* no underline for links */
   color: #b3071b;
   font-size:12px;
background-color: #fffcf2;
 line-height:18px;                          /* instead of the normal font size for <h3> */
}


/* End of 'B&amp;B Olthuys Navigation: Horizontaal' */

