@charset "utf-8";
/* CSS Document */

/*
.navigatie{
font: bold 12px Verdana;
border-bottom: 1px solid black;
padding-left: 15px; *//*offset of tabs relative to browser left edge*/
/*}
*/
.navigatie ul{
margin: 0;
padding: 0;
list-style-type: none;
}

#navigatie .ui-tabs-nav li{
margin-bottom: 0;
}

/*Top level list items*/
/*.navigatie ul li{
position: relative;
display: inline;
float: left;
}
*/
/*Top level menu link items style*/
/*.navigatie ul li a{
display: block;
background: white url(tintblue.gif) top center repeat-x; *//*background of tabs (default state)*/
/*padding: 5px 7px 4px 7px;
margin-right: 3px; *//*spacing between tabs*/
/*border: 1px solid #778;
border-bottom-width: 0;
color: #2d2b2b;
text-decoration: none;
}

.navigatie ul li a:hover{
background-image: url(tintbluedark.gif) */ /*tab link background during hover state*/
/*}
 */	
/*1st sub level menu*/
.navigatie ul li ul{
position: absolute;
margin-top:-1px;
margin-left: -1px;
display: block;
visibility: hidden;
border-top:0 !important;
z-index:50;
background-image:url(../images/algemeen/wave_brd.png) !important;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.navigatie ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.navigatie ul li ul li ul{
top:0;
}

/* Sub level menu links style */
.navigatie ul li ul li a{
font: normal 12px Verdana;
width: 160px; /*width of sub menus*/
/*background: white;
color: black; */
padding: 4px 5px;
margin: 0;
font-weight: bold;
border-top-width: 0;
}


.ui-tabs .ui-tabs-nav li.zonder_link{
padding: 0.5em 1em;
}

.navigatie ul li ul li:hover{ /*sub menus hover style*/
border:0 !important;
background: none !important; 

}
.navigatie ul li ul li a:hover{ /*sub menus hover style*/
color: #CF3500; 
}

/* ######### CSS classes applied to down and right arrow images  ######### */

/*.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}*/
