/* Start of CMSMS style sheet 'Menu: Vertical' */
/* Start of CMSMS style sheet 'Menu: Vertical' */
/********************
MENU
*********************/
#menu_vert {
  padding-left: 0;
  margin-left: -10px;
  width: 170px;
}

#menu_vert li{
  list-style: none;
  margin-bottom: 5px;
  background-color: #010080;
}

#menu_vert li a{
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-family: trebuchet ms;
  font-weight: bold;
  background-color: #010080;
}

#menu_vert li.currentpage{
  background-color: #010080;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  font-family: trebuchet ms;
  font-weight: bold;
}

#menu_vert ul{
  margin-left: -15px;
}
/* End of 'Menu: Vertical' */

