/* IE6 css fixer v0.7: Tue, 26 Jan 2010 10:26:54 +0100 */

/* ============================================= */
/* safe settings                                 */



/* fix negative margins */
#menu ul ul {
	position:relative;
	zoom:1;
}
#menu ul {padding:0; margin:0;}

/* add zoom:1 to pos:relative elements */
#menu li {
	padding:0; margin:0;
	zoom:1;
}
/* ===================== Normal CSS ======================== */


/* Begin CSS Drop Down Menu */

#menu-container {
width:980px;
z-index:2;
}
#menu {
	background-image: url(../assets/menubar.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	font-size: 1em;
	font-family: verdana, helvetica, sans-serif;
	width:100%; /*height: 26px;*/
	float:left;
	display:inline; /* margin-bottom:31px;	Voor extra balk onder menu */
}
#menu a {
	text-align: left;
	display:block;
	border: solid 1px #CCCCCC;
	white-space:nowrap;
	margin:0;
	padding: 8px 25px 5px 5px;
}
#menu a:link, #menu a:visited, #menu a:active /* menu at rest */ 
{
	color: #333333;
	background-color: white;
	text-decoration:none;
}
#menu a:hover /* menu at mouse-over  */ 
{
	background-color: #EEEEEE;
	text-decoration:none;
}
#menu a.top_parent, #menu a.top_parent:visited /* attaches down-arrow to all top-parents */
{
	color: #FFF;
	background-image: url(../assets/nav/topButton.gif);
	background-position: right top;
	background-repeat: repeat;
	border: 0px solid #EEE;
	border-width: 1px 1px 0px 1px;
	font-weight: bold;
}
#menu a.top_parent:hover /* attaches down-arrow to all top-parents */
{
	background-image: url(../assets/nav/topButtonHover.gif);
	background-repeat:repeat-x;
	background-position: right top;
	color:#FFFFFF;
}
#menu a.top_parent_dropdown, #menu a.top_parent_dropdown:visited /* attaches down-arrow to all top-parents */
{
	cursor:default;
	color: #FFF;
	background-image: url(../assets/nav/topparentButton.gif);
	background-position: right top;
	background-repeat: repeat;
	border: 0px solid #EEE;
	border-width: 1px 1px 0px 1px;
	font-weight: bold;
}
#menu a.top_parent_dropdown:hover /* attaches down-arrow to all top-parents */
{
	background-image: url(../assets/nav/topparentButtonHover.gif);
	background-repeat:repeat-x;
	background-position: right top;
	color:#FFFFFF;
}
#menu a.nosub, #menu a.nosub:hover, #menu a.nosub:visited /* no sub menus */
{
	color: #FFF;
	background-image: url(../assets/nav/menu_back_nav_0.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	border: 0px solid #EEE;
	border-width: 1px 1px 0px 1px;
	font-weight: bold;
}
#menu ul /* width of all menu boxes */
{
	list-style:none; /*width: 16.5em;*/
	width:19.58em;
	margin:0 0 0 0;
	padding:0;
	float:left;
}

#menu li {
min-height:1px;
	background-color:#999999;
	position:relative;
	/*height:25px;*/
	vertical-align: bottom;
	zoom:1;
}
#menu ul li {
	margin:0;
	padding:0;
}
#menu ul ul {
	width:100%;
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	border-bottom:1px solid #CCCCCC;
}
#menu ul ul ul {
	top:0;
	left:100%;
}
div#menu li:hover {
	cursor:pointer;
	z-index:100;
}
div#menu li:hover ul ul, div#menu li li:hover ul ul, div#menu li li li:hover ul ul, div#menu li li li li:hover ul ul {
	display:none;
}
div#menu li:hover ul, div#menu li li:hover ul, div#menu li li li:hover ul, div#menu li li li li:hover ul {
	display:block;
}

/* End CSS Drop Down Menu */

