/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
 /*  border-bottom: 1px solid #c0c0c0;*/
   display: block;
}

#menu_vert ul ul li {
   border: none;
}

div#menu_vert ul h3,
div#menu_vert ul li a {
   display: block; 
   width: 185px;
   height: 23px;
   line-height: 18px;
   padding: 0;
   margin: 0;
   color: white;
   background-image: url('/images/custom/headers/link.png');
   background-repeat: no-repeat;
   text-align: center;
   text-decoration: none;
}

div#menu_vert ul li.activeparent h3,
div#menu_vert ul li.activeparent a,
div#menu_vert ul li.submenu h3,
div#menu_vert ul li.submenu a
 {
   display: block; 
   width: 185px;
   height: 23px;
   line-height: 18px;
   padding: 0;
   margin: 0;
   color: white;
   background-image: url('/images/custom/headers/sub-link.png');
   background-repeat: no-repeat;
   text-align: center;
   text-decoration: none;
}
/* End of 'Navigation: Simple - Vertical' */

