/* Start of CMSMS style sheet 'CCQS : Navigation' */
#menu_vert {
float: left;
width: 200px;
margin-right: 0px;
padding: 0;
}

#menu_vert ul {
margin: 0;
padding: 0;
list-style: none;
width: 200px; /* Width of Menu Items */
border-bottom: 1px solid #fff;
}

#menu_vert ul li {
position: relative;
}

#menu_vert ul ul li {
   border: none;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert ul li { float: left; height: 1%; }
* html #menu_vert ul li a { height: 1%; }
/** end fix **/


/* first level links */
#menu_vert ul li a {
font-size: 0.9em;
display: block;
text-decoration: none;
color: #07077A;
background: #B9BAD8; /* IE6 Bug */
padding: 5px;
border: 1px solid #B9BAD8; /* IE6 Bug */
border-bottom: 1px solid #fff;
list-style: none;
}

/* hover first level */
#menu_vert ul li a:hover{
color: #07077A;
background: #B9BAD8;
text-decoration: underline;
}

#menu_vert li .menuactive{
color: #fff;
background: #07077A;
}


/* second level */
div#menu_vert ul ul a {
   padding: 0.2em 0.5em 0.2em 1.5em;
   background: #B9BAD8;
   border: 0; /* 1px solid #07077A; */
   color: #07077A;
   font-size: 0.7em;
}

/* hover second level */
div#menu_vert ul ul a:hover {
  background: #B9BAD8;
  text-decoration: underline;
}

div#menu_vert ul ul li .menuactive {
   background: #fff;
   font-weight: bold;
   color: #07077A;
   padding-bottom: 0.5em;
}

div#menu_vert ul ul li .menuactive a:hover {
   background: #fff;
   font-weight: bold;
   color: #07077A;
   padding-bottom: 0.5em;
}



/* third level */
div#menu_vert ul ul ul a {
   padding: 0.3em 0.5em 0.3em 2.5em;
   background: inherit;
   border: none;
}

/* hover third level */
div#menu_vert ul ul ul a:hover {
  background: inherit;
  text-decoration: underline;
}

/* section header */
div#menu_vert li.sectionheader {
color: #fff;
background: #07077A;
}

/* COMMENT OUT FOR CCQS
div#menu_vert 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;
}

div#menu_vert li.separator hr {
   display: none;
}
*/
/* End of 'CCQS : Navigation' */

