/* Start of CMSMS style sheet 'Navigation: Default - Vertical' */
/********************
MENU
*********************/
#menu_vert {
  float: left; 
  background-color: transparent; 
  color: inherit; 
  width: 182px;
  padding-bottom: 50px;
}

#menu_vert ul {
  list-style: none; 
  list-style-position: outside; 
  width: 145px; 
  margin: 15px auto; 
  padding: 0; 
  border-bottom: 1px solid #B5B292;
}

/* This is a regular menu item (a link) */
#menu_vert h1 {
  font-size: 90%;
  line-height: 110%;
}

/* This is the current page, which is not a link (just text) */
#menu_vert h1.currentpage {
  font-size: 90%; 
  background-color: transparent; 
  color: #3D555C;
  font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  text-decoration: none;
  line-height: 110%;
}

#menu_vert li {
  display: block; 
  padding: 10px; 
  border-top: 1px solid #B5B292; 
  text-align: left;
}

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


/* End of 'Navigation: Default - Vertical' */

