@charset "utf-8";
/* CSS Document */


/***********		MAINNAVIGATIE			******/
#navigation{
width: 202px;
/*border-right: 1px solid #000;*/
/*padding: 0 0 1em 0;*/
/*margin-bottom: 1em;*/
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 1.2em;
font-weight:bold;
/*background-color: #a9c8e5;*/
background-color: #013a81;

color: #333;
/*line-height: 1.67em;*/

}

* html #navigation{ /*IE 6 only */
width: 202px; /*Box model bug: 180px minus all left and right paddings for #navigation */
/*line-height: 1.65em;*/
}

#navigation ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navigation li {
/*border: 1px solid #90bade;*/
margin: 0;
}

#navigation ul.level1 li.selected a{

background-color: #a9c8e5;

}


#navigation ul.level1 li a{
display: block;
padding: 8px 5px 7px 8px;
/*
border-left: 10px solid #1958b7;
border-right: 10px solid #508fc4;
*/
background-color: #013a81;
color: #fff;
text-decoration: none;
width: 100%;
}



html>body #navigation ul.level1 li a{ /*Non IE6 width*/
width: auto;
}

#navigation ul.level1 li a:hover{
/*border-left: 10px solid #1c64d1;
border-right: 10px solid #5ba3e0;*/
background-color: #a9c8e5;
color: #fff;
}



/***********		SUBNAVIGATIE			******/
#navigation ul.level1 ul.level2{
width:172px;
/*border-right: 1px solid #000;*/
padding: 15px;
/*margin-bottom: 1em;*/
font-family: Geneva, Arial, Helvetica, sans-serif;

background-color: #92abc9;
color: #333;

}

* html #navigation ul.level1 ul.level2{ /*IE 6 only */
width: 202px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#navigation ul.level1 ul.level2 ul{
list-style-type: none;
margin: 0 0 0 10px;
padding:0 0 0 10px;
color:#FFFFFF;
border: none;
line-height:1.2em;
}

#navigation ul.level1 ul.level2 li {
/*border-bottom: 1px solid #90bade;*/
margin: 0;
}

#navigation ul.level1 ul.level2 li a{
font-size: 10px;
display: block;
padding: 5px 5px 5px 15px;
/*
border-left: 10px solid #1958b7;
border-right: 10px solid #508fc4;
*/
background-color: #92abc9;
color: #fff;
text-decoration: none;
width: 100%;
background: transparent url(style_FILES/open.gif) left center no-repeat;
}

#navigation ul.level1 ul.level2 li.menu-level2-current-active a{
font-weight:bold;
background: transparent url(style_FILES/closed.gif) left center no-repeat;
}

html>body #navigation ul.level1 ul.level2 li a{ /*Non IE6 width*/
width: auto;
}

#navigation ul.level1 ul.level2 li a:hover{
/*border-left: 10px solid #1c64d1;
border-right: 10px solid #5ba3e0;*/
background-color: #92abc9;
color: #fff;
text-decoration:underline;
background: transparent url(style_FILES/closed.gif) left center no-repeat;
}



