/* Start of CMSMS style sheet 'Navigation: CSSMenu - Horizontal - Airline Consultant' */
/*Main navigation/menu*/
#header #mainnavcontainer {
	float:left;
	width:920px;
	height:33px;
	margin: 0 0 0 33px;
	background: url(../img/mainnavbg.jpg) no-repeat;
}

.clearb {
/* needed for some browsers */
	clear: both;
}
#menuwrapper {
/* set the background color for the menu here */
	width:auto;
	height:auto;
	margin: 0 0 0 42px;
/* IE6 Hack */
	height: 1%;
	width: auto;
	margin: 0;
	padding: 0;
}
ul#primary-nav, ul#primary-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#primary-nav {
/* keeps the first menu item off the left side */
	padding-left: 19px;
margin-top: 2px;
}

/* 1st ul expand */
ul#primary-nav ul {
	position: absolute;
	top: auto;
	display: none;
border:1px solid #b5c2cb;
}

/* 2nd ul expand */
ul#primary-nav ul ul {
	margin-top: 1px; /* not lose the hover effect when going to next level */
	margin-left: -1px;/* keeps the left side of this ul on the right side of the one it came out of */
	left: 100%;
/* sets the top of it inline with the li it came out of */
	top: 0px;
border:1px solid #b5c2cb;
}
ul#primary-nav li {
/* floating left will set menu items to line up left to right else they will stack top to bottom */
	float: left;
/* no margin/padding keeps them next to each other, the padding will be in the "a" */
	margin: 0px;
	padding: 0px;
}
#primary-nav li li {
/* Set the width of the menu elements at second level. Leaving first level flexible. */
	width: 220px;
	margin-left: 0px;
/* keeps them tight to the one above, no missed hovers */
	margin-top: -1px;
/* removes the left float set in first li so these will stack from top down */
	float: none;
/* relative to the ul they are in */
	position: relative;
}


/* set the "a" link look here */
ul#primary-nav li a {
        display: block;
	font-size: 12px;
	font-weight: bold;
	color: #356092;
	padding: 8px 15px;
	text-decoration: none;
border:none;
border-left: 1px solid #b9c0cb;
}

ul#primary-nav li a:hover {
	background-color: transparent;
}


/*Active item*/
ul#primary-nav li a.menuactive {
color: #4e8dd7;
font-weight: bold;
background: #eff8fd  ;
padding: 10px 15px;
margin-top:-4px;
border-bottom:none;
border-top:1px solid #b5c2cb;
border-left:1px solid #b5c2cb;
border-right:none;
}


/*Active item 1st expand*/
ul#primary-nav ul a.menuactive {
   display: block;
	font-size: 12px;
	font-weight: normal;
	color: #4e8dd7;
	padding: 10px 0px 10px 14px;
	text-decoration: none;
border:none;
margin:0;
}

/*Arrow*/
#primary-nav li li a.menuparent span {
	display: block;
	background:  url(img/morearrow.gif) no-repeat 98% center; /*Arrow*/
}

ul#primary-nav li ul a {
/* insures alignment */
	text-align: left;
	margin: 0px;
/* keeps it relative to it's container */
	position: relative;
/* less padding than first level no need for large links here */
	padding: 6px 3px 6px 15px;
/* if first level is set to bold this will reset this level */
	font-weight: normal;
/* first level is #FFF/white, we need black to contrast with light background */
	color: #626262;
	border-top: 0 none;
	border-right: 0 none;
	border-left: 0 none;
}

/*opmaak */
ul#primary-nav li ul {
	background: #eff8fd;
	margin: 0;
	padding: 0;
	position: absolute;
	width: auto;
	height: auto;
	display: none;
	position: absolute;
	z-index: 999;
}

/* Styling the appearance of menu items on hover */
#primary-nav li:hover,
#primary-nav li.menuh,
#primary-nav li.menuparenth,
#primary-nav li.menuactiveh {
	background:  #ddedfa;

}

#primary-nav li:hover ul ul ul,
#primary-nav li.menuparenth ul ul ul,
#primary-nav ul,
#primary-nav li:hover ul,
#primary-nav li:hover ul ul,
#primary-nav li.menuparenth ul,
#primary-nav li.menuparenth ul ul {
	display: none;
}

#primary-nav ul ul ul li:hover ul,
#primary-nav ul ul ul li.menuparenth ul,
#primary-nav li:hover ul,
#primary-nav ul li:hover ul,
#primary-nav ul ul li:hover ul,
#primary-nav li.menuparenth ul,
#primary-nav ul li.menuparenth ul,
#primary-nav ul ul li.menuparenth ul {
	display: block;
}
/* IE6 Hacks */
#primary-nav li li {
	float: left;
	clear: both;
}
#primary-nav li li a {
	height: 1%;
}
/* End of 'Navigation: CSSMenu - Horizontal - Airline Consultant' */

