/*------------------------------- navigatie ---------------------------------*/
#nav, #nav ul {
	margin-top: 0px;
	width: 669px;
	float: right;
}
	
ul#nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
	
#nav li {
	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #202d48;
	text-align: left;
	display: block; 
	float: left;
	padding-top: 8px;
	padding-bottom: 7px;
}

#nav li a {
	display: block;
	color: #202d48;
	text-decoration: none;
	padding: 6px 22px 6px 10px;
	background: url(../img/arrow-down.gif) right 55% no-repeat;
	outline: none;
}


#nav li a:hover {
	color: #444;
	outline: none;
}

li#nav-home {
	background: none;
}

li#nav-home a {
	border-left: 0;	
	padding-right: 15px;
	background: none;
	outline: none;
}	

li#nav-contact {
	border-right: 0;	
}	
	
/* SON OF SUCKERFISH DROPDOWNS
See http://www.htmldog.com/articles/suckerfish/dropdowns/
--------------------- */

/* 2nd and 3rd level menus */
#nav ul {
	position: absolute;
	z-index: 50;
	left: -999em;
	margin: 0;
	padding: 0;
	w\idth: 157px; /*BREEDTE VAN ITEMS IN DROPDOWN*/
	border-top: 1px solid #202d48;
	border-left: 1px solid #202d48;
	border-right: 1px solid #202d48;
	background: #ddd; /*ACHTERGRONDKLEUR VAN DE DROPDOWN-MENU'S*/
	display: block; 
}

/* 3rd level menus only */
#nav ul ul {
	margin: -32px 0 0 155px;
}

/* 2nd and 3rd level menus */
#nav li li {
	padding: 2px 1em 2px 0;
	width: 145px;
	border-bottom: 1px solid #202d48; /*lijntje tussen onderdelen*/
	outline: none;
}

/* 2nd and 3rd level menus */
#nav ul a {
	w\idth: 115px; /*bepaalt de afstand van het pijltje in het 1e dropdown-menu*/
	border-right: 1px;
	color: #444;
	outline: none;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

/* This "unhides" the sub-menus (left: -999em is what hides them) */
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	outline: none;
}

/*achtergrondkleur van het topmenu*/
#nav li:hover, #nav li.sfhover {
	background: none; /*HOVER ACHTERGRONDKLEUR VAN HET TOPMENU*/
	outline: none;
}

/*achtergrondkleur van het menu+uitklaplijst*/
/* 2nd and 3rd level menus */
#nav ul li:hover, #nav ul ul li:hover, #nav ul li.sfhover, #nav ul ul li.sfhover {
	background: #ebbb00;
	color: #202d48;
	outline: none;
}

/* 2nd and 3rd level menus */
#nav ul li a, #nav ul ul li a {
	background: none;
	outline: none;
}

/* 2nd level menus only */
#nav a.sub {
	background: url(../img/arrow-side.gif) right 50% no-repeat;
	outline: none;
}

/*------------------------------- float fix ---------------------------------*/

#container:after, .inner:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#container, .inner{
	display: inline-block;
}

/* Hides from IE-mac \*/

* html #container, * html .inner{
	height: 1%;
}

#container, #inner{
	display: block;
}

/* End hide from IE-mac */

/* end float fix */