/* HOME Button on top of menu: */
a.home_butt:link, a.home_butt:visited{
display: block;
height: 32px;
width: 189px;
background: #231f20 url(images/2009/home_butt.jpg) no-repeat top left;
outline: none;
cursor: pointer;
padding:0 0 4px 0;
*padding:0 0 3px 0;
}
a.home_butt:hover, a.home_butt:active{
background: #231f20 url(images/2009/home_butt.jpg) no-repeat top left;
padding:0 0 4px 0;
*padding:0 0 3px 0;
cursor: pointer;
}

/* ACCORDION MENU */
#menu_container{margin-top:-4px;_margin-top:-3px;*margin-top:-3px;background:#231f20;width:189px;}

.accordion_toggle {
display: block;
height: 32px;
width: 154px;
background: #fff url(images/2009/toggle.jpg) no-repeat top right;
padding: 0 10px 0 25px;
line-height: 32px;
font-weight: 900;
text-decoration: none;
outline: none;
color:#686a6c;
font-size: 12px;
border-bottom: 1px solid #fff;
cursor: pointer;
margin: 10px 0 0 0;
}
.accordion_toggle_active {
background: url(images/2009/toggle_active.jpg) no-repeat top right;
color: #ffffff;
border-bottom: 1px solid #f68263;
}
.accordion_content {
background-color: #fff;
width:154px;
height:32px;
padding:0px 10px 0px 25px;
*padding:8px 10px 10px 25px;
margin:0px;
overflow: hidden;
}
#vertical_container .accordion_content p {
padding:6px 0 8px 0;
font-size:12px;
letter-spacing:0px;
}
.accordion_content a:link, .accordion_content a:visited{color:#686a6c;text-decoration:none;}
.accordion_content a:hover{color:#f05d22;}
.accordion_content a:active{color:#000;}

/* Container styling*/
#horizontal_container {display:none;}


/* REST v/d BUTTONS onder ACCORDION MENU - hebben border-top! */
a.button_los:link, a.button_los:visited{
display: block;
height: 32px;
width: 154px;
background: #fff;
padding: 0 10px 0 25px;
line-height: 32px;
font-weight: 900;
text-decoration: none;
outline: none;
color:#686a6c;
font-size: 12px;
border-top: 10px solid #231f20;
border-bottom: 1px solid #fff;
cursor: pointer;
margin: 0;
}
a.button_los:hover{
color:#fff;
background: #f05d22;
border-top: 10px solid #231f20;
border-bottom: 1px solid #f05d22;
cursor: pointer;
}
a.button_los:active{
color:#f05d22;
background: #231f20;
border-top: 10px solid #231f20;
border-bottom: 1px solid #231f20;
cursor: pointer;
}
/* ONDERSTE BUTTON - heeft border-bottom! */
a.button_los_last:link, a.button_los_last:visited{
display: block;
height: 32px;
width: 154px;
background: #fff;
padding: 0 10px 0 25px;
line-height: 32px;
font-weight: 900;
text-decoration: none;
outline: none;
color:#686a6c;
font-size: 12px;
border-top: 10px solid #231f20;
border-bottom: 10px solid #231f20;
cursor: pointer;
margin: 0;
}
a.button_los_last:hover{
color:#fff;
background: #f05d22;
border-top: 10px solid #231f20;
border-bottom: 10px solid #231f20;
cursor: pointer;
}
a.button_los_last:active{
color:#f05d22;
background: #231f20;
border-top: 10px solid #231f20;
border-bottom: 10px solid #231f20;
cursor: pointer;
}
/* Eind LOGO met SUB LEVEL MENU */