/* ######### Drop Down ULs CSS ######### */

.submenuLinks, .submenuLinks ul{ /*topmost and sub ULs, respectively*/
font: normal 11px Verdana;
font-family:Verdana, Arial, Helvetica, sans-serif;
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: 210px;
/*color: #616161;*/
color:#3C3C3C;
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: 210px; /*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.longkankerpatient.be/images/pijlLinks.jpg) no-repeat right; /*light gray background*/
font: bold 11px Verdana;
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #B11812;
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: 210px;
}

/*.HoofdmenuLinks ul li a:visited, .HoofdmenuLinks ul li a:active{
color: #B11812;
}*/

.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: #B11812;
color: white;
}


/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
font-family:Verdana, Arial, Helvetica, sans-serif;
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 */
}


.HoofdmenuLinksSub{
width: 210px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.HoofdmenuLinksSub ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
text-align:right;
padding-right:0px;
color:#3C3C3C;
/*border: 1px solid #9A9A9A;*/
}

.HoofdmenuLinksSub ul li a{
background:url(http://www.longkankerpatient.be/images/pijlLinksSub.jpg) no-repeat right; /*light gray background*/
font: 11px Verdana;
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #3C3C3C;
display: block;
width: auto;
padding: 1px 30px 1px 0px;
text-decoration: none;
/*border-bottom: 1px solid #B5B5B5;*/
}
.HoofdmenuLinksSubSub{
width: 210px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.HoofdmenuLinksSubSub ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
text-align:right;
padding-right:0px;
/*border: 1px solid #9A9A9A;*/
}

.HoofdmenuLinksSubSub ul li a{
background:url(http://www.longkankerpatient.be/images/pijlLinksSubSub.jpg) no-repeat right; /*light gray background*/
font: 11px Verdana;
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #3C3C3C;
display: block;
width: auto;
padding: 1px 40px 1px 0px;
text-decoration: none;
/*border-bottom: 1px solid #B5B5B5;*/
}

.menuLinksSubLink:link
{
	color: #3C3C3C;
}
.menuLinksSubLink:visited
{
	color: #3C3C3C;
}
.menuLinksSubLink:active
{
	color: #3C3C3C;
}
.menuLinksSubLink:hover
{
	color: #B11812;
}

.menuLinksSubLinkSELECTED:link
{
	color: #B11812;
}
.menuLinksSubLinkSELECTED:visited
{
	color: #B11812;
}
.menuLinksSubLinkSELECTED:active
{
	color: #B11812;
}
.menuLinksSubLinkSELECTED:hover
{
	color: #B11812;
}
