/* Start of CMSMS style sheet 'Koff Menu' */
/********************
MENU
*********************/


/* third level has some padding to have it stand out */
div#menu ul ul ul {
   padding-bottom: 0.5em;
}

/* menu li  */
#menu li {
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding: 0;
}

#menu ul ul li {
   border: none;
}

/** fix stupid ie bug with display:block; **/
* html #menu li a { height: 1%; } 
* html #menu li hr { height: 1%; }
/** end fix **/


#menu li.slash {
background:transparent url(uploads/layoutimages/menu_slash.gif) no-repeat scroll 0 0;
height:13px;
width:22px;

}


/* first level links */
div#menu a {
background:transparent none repeat scroll 0 0;
color:#fff;
float:left;
min-height:1em;
text-decoration:none;
}

div#menu span{
display:none;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/


div#menu a.whatwedo, div#menu ul li.currentpage h3.whatwedo  {
background:transparent url(uploads/layoutimages/menu_whatwedo.gif) no-repeat scroll 0 0;
height:13px;
width:99px;
}
div#menu a.whatwedo:hover, div#menu ul li.activeparent a.whatwedo, div#menu ul li.currentpage h3.whatwedo   {
   background-position: 0 -14px; 
background-color:#9A9999;
}
div#menu a.whoweserve, div#menu ul li.currentpage h3.whoweserve {
background:transparent url(uploads/layoutimages/menu_whoweserve.gif) no-repeat scroll 0 0;
height:13px;
width:121px;
}
div#menu a.whoweserve:hover, div#menu ul li.activeparent a.whoweserve, div#menu ul li.currentpage h3.whoweserve {
   background-position: 0 -14px; 
background-color:#9A9999;
}

div#menu a.whoweare, div#menu ul li.currentpage h3.whoweare {
background:transparent url(uploads/layoutimages/menu_whoweare.gif) no-repeat scroll 0 0;
height:13px;
width:101px;
}
div#menu a.whoweare:hover, div#menu ul li.activeparent a.whoweare, div#menu ul li.currentpage h3.whoweare  {
   background-position: 0 -14px; 
background-color:#9A9999;
}

div#menu a.recruitments, div#menu ul li.currentpage h3.recruitments {
background:transparent url(uploads/layoutimages/menu_recruitments.gif) no-repeat scroll 0 0;
height:13px;
width:122px;
}
div#menu a.recruitments:hover, div#menu ul li.activeparent a.recruitments, div#menu ul li.currentpage h3.recruitments  {
   background-position: 0 -14px; 
background-color:#9A9999;
}
div#menu a.contact, div#menu ul li.currentpage h3.contact {
background:transparent url(uploads/layoutimages/menu_contact.gif) no-repeat scroll 0 0;
height:13px;
width:89px;
}
div#menu a.contact:hover, div#menu ul li.activeparent a.contact, div#menu ul li.currentpage h3.contact {
   background-position: 0 -14px; 
background-color:#9A9999;
}




/* next level links, more padding and smaller font */
div#menu ul ul a {
   font-size: 90%;
   padding: 0.5em 0.5em 0.5em 2.8em;
   background-position: 1.5em center;
}

/* third level links, more padding */
div#menu ul ul ul a {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(images/cms/dash.gif) no-repeat 2.8em center; 
}

/* hover state for all links */
div#menu a:hover {
   background-color: #C3D4DF;
}
div#menu a.activeparent:hover {
   background-color: #C3D4DF;
   color: #18507C;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu li a.activeparent {

}

div#menu ul ul li a.activeparent {

}


/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu ul ul h3 {
   font-size: 90%;
   padding: 0.3em 0.5em 0.3em 2.8em;
   background-position: 1.4em center;
   background-color: transparent;
   border-bottom: none;
   color: #000;     
}

/* current page on third level, more padding */
div#menu ul ul ul h3 {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(images/cms/arrow-right-active.gif) no-repeat 2.7em center; 
}

/* section header */
div#menu li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}



/* separator */
div#menu li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu li.separator hr {
   display: none; /* this is for accessibility */
}
/* End of 'Koff Menu' */

