/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.submenu_tussenpagina {
width:auto; 
font-size:0.85em;
position:relative;
z-index:100;
border:0px solid #ffffff;
background:#000000;
}
/* remove all the bullets, borders and padding from the default list styling */
.submenu_tussenpagina ul {
padding:0;
margin:0px;
list-style-type:none;
}
.submenu_tussenpagina ul ul {
width:auto;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown submenu_tussenpagina positon */
.submenu_tussenpagina li {
float:left;
width:auto;
position:relative;
}
/* style the links for the top level */
.submenu_tussenpagina a, .submenu_tussenpagina a:visited {
display:inline;
font-size:12px;
font-weight:regular;
text-decoration:none;
border-left:2px solid #333333;  
color:#fff; 
width:auto; 
height:47px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 8px;
padding-right: 8px;
line-height:37px; 
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .submenu_tussenpagina a, * html .submenu_tussenpagina a:visited {
width:100px;
w\idth:139px;
}

/* style the second level background */
.submenu_tussenpagina ul ul a.drop, .submenu_tussenpagina ul ul a.drop:visited {
background:#000000 url(../../graphics/drop.gif) bottom right no-repeat;

}
/* style the second level hover */
.submenu_tussenpagina ul ul a.drop:hover{
background:#094F7A url(../../graphics/drop.gif) bottom right no-repeat;
}
.submenu_tussenpagina ul ul :hover > a.drop {
background:#094F7A url(../../graphics/drop.gif) bottom right no-repeat;
}
/* style the third level background */
.submenu_tussenpagina ul ul ul a, .submenu_tussenpagina ul ul ul a:visited {
background:#094F7A;
}
/* style the third level hover */
.submenu_tussenpagina ul ul ul a:hover {
background:#094F7A;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.submenu_tussenpagina ul ul {
visibility:hidden;
position:absolute;
height:0;
top:30px;
left:0; 
width:100px;
}
/* another hack for IE5.5 */
* html .submenu_tussenpagina ul ul {
top:30px;
t\op:31px;
}

/* position the third level flyout submenu_tussenpagina */
.submenu_tussenpagina ul ul ul{
left:100px; 
top:0;
width:100px;
}
/* position the third level flyout submenu_tussenpagina for a left flyout */
.submenu_tussenpagina ul ul ul.left {
left:-100px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.submenu_tussenpagina table {
position:absolute; 
top:0; 
left:0;
}

/* style the second level links */
.submenu_tussenpagina ul ul a, .submenu_tussenpagina ul ul a:visited {
background:#009DE0; 
color:#fff; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px
/* yet another hack for IE5.5 */
}
* html .submenu_tussenpagina ul ul a{
width:100px;
w\idth:129px;
}


/* style the top level hover */
.submenu_tussenpagina a:hover, .submenu_tussenpagina ul ul a:hover{
color:#ffffff; 
background:#094F7A;
text-decoration:none; 
}
.submenu_tussenpagina :hover > a, .submenu_tussenpagina ul ul :hover > a {
color:#ffffff;
}

/* make the second level visible when hover on first level list OR link */
.submenu_tussenpagina ul li:hover ul,
.submenu_tussenpagina ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.submenu_tussenpagina ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.submenu_tussenpagina ul :hover ul :hover ul{ 
visibility:visible;
}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.submenu_tussenpagina {
width:auto; 
font-size:0.85em;
position:relative;
z-index:100;
border:0px solid #ffffff;
background:#000000;
}
/* remove all the bullets, borders and padding from the default list styling */
.submenu_tussenpagina ul {
padding:0;
margin:0px;
list-style-type:none;
}
.submenu_tussenpagina ul ul {
width:auto;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown submenu_tussenpagina positon */
.submenu_tussenpagina li {
float:left;
width:auto;
position:relative;
}
/* style the links for the top level */
.submenu_tussenpagina a, .submenu_tussenpagina a:visited {
display:inline;
font-size:12px;
font-weight:regular;
text-decoration:none;
border-left:2px solid #333333;  
color:#fff; 
width:auto; 
height:47px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 8px;
padding-right: 8px;
line-height:37px; 
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .submenu_tussenpagina a, * html .submenu_tussenpagina a:visited {
width:100px;
w\idth:139px;
}

/* style the second level background */
.submenu_tussenpagina ul ul a.drop, .submenu_tussenpagina ul ul a.drop:visited {
background:#000000 url(../../graphics/drop.gif) bottom right no-repeat;

}
/* style the second level hover */
.submenu_tussenpagina ul ul a.drop:hover{
background:#094F7A url(../../graphics/drop.gif) bottom right no-repeat;
}
.submenu_tussenpagina ul ul :hover > a.drop {
background:#094F7A url(../../graphics/drop.gif) bottom right no-repeat;
}
/* style the third level background */
.submenu_tussenpagina ul ul ul a, .submenu_tussenpagina ul ul ul a:visited {
background:#094F7A;
}
/* style the third level hover */
.submenu_tussenpagina ul ul ul a:hover {
background:#094F7A;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.submenu_tussenpagina ul ul {
visibility:hidden;
position:absolute;
height:0;
top:30px;
left:0; 
width:100px;
}
/* another hack for IE5.5 */
* html .submenu_tussenpagina ul ul {
top:30px;
t\op:31px;
}

/* position the third level flyout submenu_tussenpagina */
.submenu_tussenpagina ul ul ul{
left:100px; 
top:0;
width:100px;
}
/* position the third level flyout submenu_tussenpagina for a left flyout */
.submenu_tussenpagina ul ul ul.left {
left:-100px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.submenu_tussenpagina table {
position:absolute; 
top:0; 
left:0;
}

/* style the second level links */
.submenu_tussenpagina ul ul a, .submenu_tussenpagina ul ul a:visited {
background:#009DE0; 
color:#fff; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px
/* yet another hack for IE5.5 */
}
* html .submenu_tussenpagina ul ul a{
width:100px;
w\idth:129px;
}


/* style the top level hover */
.submenu_tussenpagina a:hover, .submenu_tussenpagina ul ul a:hover{
color:#ffffff; 
background:#094F7A;
text-decoration:none; 
}
.submenu_tussenpagina :hover > a, .submenu_tussenpagina ul ul :hover > a {
color:#ffffff;
}

/* make the second level visible when hover on first level list OR link */
.submenu_tussenpagina ul li:hover ul,
.submenu_tussenpagina ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.submenu_tussenpagina ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.submenu_tussenpagina ul :hover ul :hover ul{ 
visibility:visible;
}

