/* Start of CMSMS style sheet 'Nav-Vertical INSiGHT' */
#menu_vert, #menu_vert ul {
  margin: 0;
  padding: 0;
}

#menu_vert {
  background:  url(images/menu-top.gif) no-repeat top;
  padding-top: 24px;
  float: left;
  width: 204px;
  margin-left: 0;
}

#menu_vert ul {
  width: 100%; /* Width of Menu Items */
  border-top: 1px solid #3f5671;
  background:  url(images/menu-bottom.gif) no-repeat bottom;
  padding-bottom: 24px;
  border: 0px;
}
#menu_vert li {
  list-style: none;
  background:  url(images/button-bg.png) no-repeat top; 
}
#menu_vert li a:hover {
  background:  url(images/button-bg-hover.png) no-repeat top; 
}
#menu_vert li a {
  display: block;
  text-decoration: none;
  padding: 4px 5px 4px 10px;
  border-top: 1px solid #fff;
  color: #fff;
}
#menu_vert li a:hover {
   background-color: transparent;
}

/* Fix IE. Hide from IE Mac \*/
* html #menu_vert li { float: left; height: 1%; }
* html #menu_vert li a { height: 1%; }
/* End */

.current
{
   list-style-type: square;
   display: inline;
   background-color: #abb0b6;
}

#menu_vert li.activeparent {
   background:  url(images/button-bg-hover.png) no-repeat top; 
}

#menu_vert li.currentpage h3 {
  display: block;
  text-decoration: none;
  padding: 5px 5px 5px 10px;
  color: #72141a;
  margin: 0;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.3em;
  letter-spacing: 0px;
  background:  url(images/button-bg-hover.png) no-repeat top; 
}

li.sectionheader {
  margin: 0;
  margin-right: -1px;
}
li.sectionheader h3 {
  margin: 0;
  padding: 1em 10px 0.5em 10px;
  background-color: #fff;
  border-bottom: 1px solid #3f5671;
  z-index: 90;
}

/* End of 'Nav-Vertical INSiGHT' */

