/* Start of CMSMS style sheet 'Navigation: CSSMenu - Horizontal' */
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

#menu_vert {
   margin-left: 1px;
   margin-right: 1px;
}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper { 
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */



/* Unless you know what you do, do not touch this */ 
#primary-nav,#submenu-nav{ 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
   border:0px solid red;
   width:660px;
   font-size:12px;
}

#submenu-nav ul{ 
   float:left;
   /*top: 135px; 
   left:200px;
   position: absolute; */
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
   height:auto;
   display: block; 
}


*:first-child+html #primary-nav{
   margin-top:-3px;
   border:0px solid red;
}
 *:first-child+html #submenu-nav { 
    margin-top:-3px;
   border:0px solid red;
}
	
#primary-nav li,#submenu-nav li { 
   margin-left: -1px;
   float: left;
   padding-bottom:0px;
}
#submenu-nav li li { 
   margin-left: 0px;
   margin-top: 3px;
   float: none; 
   position: relative; 
  width:auto;
 color:#072B7A;   
}
*html #submenu-nav li li { 
   margin-left: 0px;
   margin-top: 0px;
   float: left; 
   position: relative; 
}
*:first-child+html #submenu-nav li li { 
   float: left;
   position: relative;
   left:0px;
   top:0px; 
   border:0px solid red; 
   width:auto;
}

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   display: block; 
   margin: 0px; 
   padding: 0px 10px;
   text-decoration: none; 
   color: #006699;
}

#primary-nav li a { 
  /* border-right: 1px solid #C0C0C0;
   border-left: 1px solid #C0C0C0;*/
  background:transparent url(uploads/images/button_contact.jpg) no-repeat scroll 0 0;
color:#FFFFFF;
height:16px;
 width:96px;
padding:5px 10px;
margin-right:5px;
font-familly:Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:bold;
text-align:center;
}


#submenu-nav li ul li a { 
width:auto;
}

#submenu li a:hover ul {
display:none;
}

#submenu-nav li.menuactive:hover ul,
#submenu-nav li.menuactive ul li:hover ul, 
#submenu-nav li.menuactive ul li:hover,
#submenu-nav li.menuactive ul:hover,
#submenu-nav li.menuactive ul {
display:block;
}

#submenu li.menuactive ul li a { 
float:left;
width:auto;
 background:none;
color:#072B7A;
padding:0 5px 0px 5px;
text-align:center;
border-right:0px solid #072B7A;
}	


/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */
#submenu-nav li ul li.menuactive a{ 
   /*background-color: #C7C7C7; */
   background:#fff none;
   border:0px solid green;
   color:#E2001A;
}
#submenu-nav li li a{ 
   /*background-color: #C7C7C7; */
   background:none repeat scroll 0 0;
   border:0px solid green;
   color:#072B7A;
   font-familly:Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:bold;
}
#primary-nav li.menuactive a{ 
   background:transparent url(uploads/images/button_blauw.jpg) no-repeat scroll 0 0;
   width:96px;
}
/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#submenu-nav ul li.menuparent, 
#submenu-nav ul li.menuparent:hover, 
#submenu-nav ul li.menuparenth { 
/* arrow for menuparents */
   background-image: url(images/cms/arrow.gif); 
   background-position: center right; 
   background-repeat: no-repeat; 
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#submenu-nav ul, 
#submenu-nav li:hover ul, 
#submenu-nav li:hover ul ul, 
#submenu-nav li.menuparenth ul, 
#submenu-nav li.menuparenth ul ul { 
   display: none; 
}

/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/



/* IE Hacks */

*:first-child+html #submenu-nav ul{
 margin-top:-20px;
 }

* html #submenu-nav ul{
 margin-top:-20px;
 }
#submenu-nav li li { 
   float: left; 
   /* clear: both; */ 
   margin-right:5px;
}
#submenu-nav li li a { 
   height: auto; 
}
/* End of 'Navigation: CSSMenu - Horizontal' */

