/* Begin CSS Popout Menu */

#menu{
width:100%;
margin-top:46px;
margin-left:260px;
z-index:99999;
}

#menu{
width:100%;
float:left;
text-transform:capitalize;
font-size:12pt;
}

#menu a, #menu h2{
display:block;
background-color:white;
border-width:1px;
border-style:solid;
font-size:10pt;
border-color:#ccc #888 #555 #bbb;
white-space:nowrap;
margin:0;
padding:1px 0 1px 3px;
}

#menu h2{
color:#000;
padding-left:10px;
background:white url("http://extranet.val.be/img/navigation/nav-arrow-down.gif") 100% 5px no-repeat !important;
}

#menu a{
text-decoration:none;
padding-left:10px;
padding-top:5px;
padding-bottom:5px;
background:white url("http://extranet.val.be/img/navigation/nav-arrow.gif") 100% 8px no-repeat !important;
}

#menu a, #menu a:visited{
color:#000;
}

#menu a:hover{
background:#CFCFCF url("http://extranet.val.be/img/navigation/nav-arrow.gif") 100% -42px no-repeat !important;
}

#menu a:active{
color:#003d7d;
}

#menu ul{
list-style:none;
margin:0;
padding:0;
float:left;
width:180px;
}

#menu li{
position:relative;
}

#menu ul ul{
position:absolute;
z-index:500;
top:auto;
display:none;
}

#menu ul ul ul{
top:0;
left:100%;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#menu h2:hover{
background:#CFCFCF url("http://extranet.val.be/img/navigation/nav-arrow-down.gif") 100% -80px no-repeat !important;
}

div#menu li:hover{
cursor:pointer;
z-index:100;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;
background-color:white;
border-bottom:1px solid #003d7d;
}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;
background-color:white;
border-bottom:1px solid #003d7d;}

/* End of non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited{

}

#menu a.x:hover{


}

#menu a.x:active{


}

/* End CSS Popout Menu */
