/* ######### Drop Down ULs CSS ######### */

.submenuLinks, .submenuLinks ul{ /*topmost and sub ULs, respectively*/
font: normal 10px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 1px solid #E2E2E2;
visibility: hidden;
z-index: 100;
}

 
.submenuLinks li a{
display: block;
width: 160px;
color: #959796;
background-color: lightyellow;
text-decoration: none;
padding: 4px 5px;
/*border-bottom: 1px solid black;*/
}

* html .submenuLinks li a{ /*IE6 CSS hack*/
display: inline-block;
}

.submenuLinks li a:hover{
/*background-color: black;
color: white;*/
}
 
/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
right: 2px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}










/* ######### Marker List Vertical Menu ######### */

.HoofdmenuLinks{
width: 160px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.HoofdmenuLinks ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
text-align:right;
padding-right:0px;
/*border: 1px solid #9A9A9A;*/
}

.HoofdmenuLinks ul li a{
background:url(http://www.lungcancergroup.be/images/pijlLinks.jpg) no-repeat right; /*light gray background*/
font: bold 10px Verdana, Helvetica, sans-serif;
color: #425353;
display: block;
width: auto;
padding: 3px 20px 3px 0px;
text-decoration: none;
/*border-bottom: 1px solid #B5B5B5;*/
}

* html .HoofdmenuLinks ul li a{ /*IE6 hack*/
width: 155px;
}

.HoofdmenuLinks ul li a:visited, .HoofdmenuLinks ul li a:active{
color: #425353;
}

.HoofdmenuLinks ul li a:hover, .HoofdmenuLinks ul li a.selected{
/*color: white;
background-color: black;*/
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.zwartwitLinks li a{
background: white;
}

.zwartwitLinks li a:hover{
background: #425353;
color: white;
}


/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
/*border-bottom: 1px solid gray;
background: #FF0000;*/

overflow: hidden;
width: 100%;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
/*background: #ff0000;*/
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
background: black; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
background: black; /*background of tab with "selected" class assigned to its LI */
}

