@charset "UTF-8";
/* CSS Document */

#navContainer { height: 39px; width:100%; background: url(http://www.actglobal.nl/act-portal/i/navCon.png) center top repeat-x; position:absolute; z-index: 1; top:0; left: 0;
font-size: 11px; line-height:18px; color: #fff; }
#navContainer a {color: #fff; text-decoration: underline;}
#navContainer a.arrow {padding-left: 10px; background: url(http://www.actglobal.nl/act-portal/i/bulletNav.gif) 0% 75% no-repeat; margin-left: 20px;}
#navContainer a:hover, #navContainer a.arrow:hover {text-decoration: none; }
#navContainerLeft {background:url(http://www.actglobal.nl/act-portal/i/navConLeft.png) center left no-repeat; height: 39px; width: 50px; z-index: 4;}
#navContainerRight {background:url(http://www.actglobal.nl/act-portal/i/navConRight.png) center left no-repeat; height: 39px; width: 50px; z-index: 5;}
#navLeft {float: left; display: inline;  overflow:hidden; margin-top: 5px; font-family:Tahoma,Geneva,sans-serif}

#menu_puzzel{
background-image:url(http://www.actglobal.nl/act-portal/i/menu_puzzel.png); height:32px; width:52px;
float: left; display: inline;  overflow:hidden; margin-top: 0px;
}

#navRight {float: right; display: inline;  width: 300px; margin-top: 4px; font-size: 10px; line-height: 18px; margin-right: 20px;}

#navRight select { font: 11px Tahoma, Geneva, sans-serif;  border: 1px solid #fff; padding: 3px;  }


/* -------------------- PULLDOWN --------------------  */

#navRight ul { /* alle lists */
   padding: 0;
   margin: 0;
   list-style: none;
float: right;
margin-left: 25px;
margin-top: -18px;


}

#navRight li { /* alle list items */
   float: left;
   position: relative;
   width: 200px;
}

#navRight li ul { /* sub items */
   display: none;
   position: absolute;
   margin-top: 2px;
   margin-left: -5px;
   *margin-left: -112px;
   *margin-top: 17px;
   padding: 5px;
   padding-right: 0px;
   top: 15em;
   left: 0;
   float: right;
}

#navRight li>ul { /* postitie resetten voor alle browsers behalve IE */
   top: auto;
   left: auto;
}

#navRight li:hover ul, li.over ul { /* lists nested onder hovered list items */
   display: block;
   background-color:#fb4f39;
   color: #fff;
   float: right;
}
#navRight .pullTitle {background: #fff url(http://www.actglobal.nl/act-portal/i/pulldownArrow.gif) center right no-repeat; padding: 2px; padding-left: 5px; color: #000;  background-position: 98% 51%; float: right;}