/* Start of CMSMS style sheet 'mavansloun NAVIGATIE' */
#menu_vert {
width:496px;
float:left;
display:inline;
margin:5px 0 0 0;
}
#menu_vert ul{
float:left;
display:inline;
}
#menu_vert ul li{
float:left;
display:inline;
}
#menu_vert ul ul{


float:left;
display:inline;
}
/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
}

/* menu li block */
#menu_vert ul li{
float:left;
width:235px;
}
#menu_vert a{
text-decoration:none;
}
#menu_vert a:hover{
text-decoration:none;
}
#menu_vert ul li.cafe{
margin:0 3px 0 12px;
}
#menu_vert ul li.fun{
}





/*LEVEL 2*/
#menu_vert ul li.cafe a{
height:50px;
background:url(images/navbg1.jpg) no-repeat;
width:225px;
display:block;
padding:0 0 0 10px;
overflow:hidden;
}

#menu_vert ul li.cafe a span{
font-size:10px;
line-height:19px;
height:19px;
width:225px;
float:left;
overflow:hidden;
color:#5c1d40;
}
#menu_vert ul li.cafe a span.cafe{
font-type:Calibri,Arial;
letter-spacing:1px;
height:31px;
font-size:16px;
line-height:31px;
width:225px;
float:left;
color:#fff;
border-bottom:none;
}
#menu_vert ul li.fun a{
height:50px;
background:url(images/navbg2.jpg) no-repeat;
width:225px;
display:block;
padding:0 0 0 10px;
overflow:hidden;
}

#menu_vert ul li.fun a span{
font-size:10px;
line-height:19px;
height:19px;
width:225px;
float:left;
overflow:hidden;
color:#7e560f;
}
#menu_vert ul li.fun a span.fun{
font-type:Calibri,Arial;
letter-spacing:1px;
height:31px;
font-size:16px;
line-height:31px;
width:225px;
float:left;
color:#fff;
border-bottom:none;
}



/*LEVEL3FUN*/


#menu_vert ul li.fun ul li a{
font-size:12px;
float:none;
width:225px;
height:20px;
line-height:20px;
display:block;
background:none;
border-bottom:1px solid #e26e10;
}

#menu_vert ul li.fun ul li a span {
color:#fcad1e;
font-size:12px;
}
#menu_vert ul li.fun ul li a:hover span{

color:#ffeac3;
}
#menu_vert ul li.fun ul li a:hover{
border-bottom:1px solid #e26e10;
}



#menu_vert ul li.fun ul li h3{
font:normal 12px tahoma;
float:none;
width:225px;
height:20px;
line-height:20px;
display:block;
background:none;

color:#ffeac3;
border-bottom:1px solid #e26e10;
padding:0 0 0 10px;
}
#menu_vert ul li.fun ul li a:hover{
text-decoration:none;
float:none;
width:225px;
height:20px;
line-height:20px;
display:block;
background:none;
color:#e26e10;
border-bottom:1px solid #fcad1e;
font-size:12px;
}

/*LVL3CAFE*/


#menu_vert ul li.cafe ul li a {
float:none;
width:225px;
height:20px;
line-height:20px;
display:block;
background:none;
border-bottom:1px solid #550932;
}
#menu_vert ul li.cafe ul li a span {
color:#b83b80;
font-size:12px;
}
#menu_vert ul li.cafe ul li a:hover span{
color:#ffc4e5;

}
#menu_vert ul li.cafe ul li a:hover{
border-bottom:1px solid #b83b80;
}

#menu_vert ul li.cafe ul li h3{
font:normal 12px tahoma;
float:none;
width:225px;
height:20px;
line-height:20px;
display:block;
background:none;color:#ffc4e5;
border-bottom:1px solid #550932;
padding:0 0 0 10px;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a {
  
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {

}

/* third level links, more padding */
div#menu_vert ul ul ul a {
}

/* hover state for all links */

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {

}

div#menu_vert ul ul li a.activeparent {

}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {

}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
}

/* section header */
div#menu_vert li.sectionheader {
}



/* separator */
div#menu_vert li.separator {
}

div#menu_vert li.separator hr {
}
/* End of 'mavansloun NAVIGATIE' */

