/*
	Product van: Iprecom Groep
	Damsterdiep 237 Groningen
	www.iprecom.nl
*/

/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
	}
	
#flashcontent {
	height: 100%;
	}
/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font: 78%/1.5 arial, helvetica, serif;
	background:#222222 url('bg.jpg') no-repeat top left;
	}

#container {
	width: 100%;
	background: #CCC;
	}

#nav, #nav ul {
	float: left;
	width: 100%;
	list-style: none;
	line-height: 1;
	background: #000;
	margin:  0;
	padding: 0;
	border: 1px solid #4a4a4a;
	}

#nav a {
	display: block;
	width: 19.80em;
	w\idth: 19.80em;
	color: #fff;
	text-decoration: none;
	padding: 0.5em 2em;
	}

#nav li {
	float: left;
	padding: 0;
	width: 19.80em;
	}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 19.80em;
	w\idth: 19.80em;
	margin: 0;
	border-top: 0;
	}

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

#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;
	}

#nav li:hover, #nav li.sfhover {
	background: #222 url('arrow.gif') no-repeat top left;
	}
	
#nav #subactive {
	color: #FF6400;
	}

#nav #mainactive  {
	background: #222 url('arrow.gif') no-repeat top left;
	border-bottom: 4px solid #FF6400; 
	}		