/* Start of CMSMS style sheet 'Koff Submenu' */
/********************
SUBMENU
*********************/


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

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

#subnav ul ul li {
   border: none;
}

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


#subnav li.slash {
color:#B4B4B4;
width:8px;
margin:0 0 0 4px;
}

#subnav li.clear {
clear:both;
height:1px;
width:800px;
}

/* first level links */
div#subnav a {
float:left;
min-height:1em;
text-decoration:none;
color:#b4b4b4;
text-transform:uppercase;
letter-spacing:0.05em;
font-size: 11px;
}



/* hover state for all links */
div#subnav a:hover {
  color: #5d5b5c;
}

div#subnav li.currentpage h3 {
  color: #5d5b5c;
font-style:italic;
text-transform:uppercase;
float:left;
font-size:11px;
letter-spacing:0.05em;
min-height:1em;
}

div#subnav a.activeparent:hover {
   background-color: #C3D4DF;
   color: #18507C;
}




/* 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 Submenu' */

