/* Start of CMSMS style sheet 'Metric submenuCSS' */
/* Vertical menu for the CMS CSS Menu Module */
/* by Alexander Endresen */


/* The wrapper determines the width of the menu elements */
#menuwrapper { 
   width: 180px;
   margin-left: -1px;
}
 #active {
   list-style: none;
   display: block;
   line-height: 28px;
   font-size: 12px;
   background: #d9d9d9;
   font-size: 12px;
   text-align: right;
   font-weight: bold;
   padding-right: 10px;
}
#inactive {
   list-style: none;
   display: block;
   line-height: 28px;
   font-size: 12px;
   background: #d9d9d9;
   font-size: 12px;
   text-align: right;
   font-weight: bold;
   padding-right: 10px;
}
#active a {
   text-decoration: none;
   color: #000000;
   list-style: none;
}
#active a:hover {
   background: transparent;
   text-decoration: underline;
}
#inactive a {
   text-decoration: none;
   color: #000000;
   list-style: none;
}

#inactive a:hover {
   background: transparent;
   text-decoration: underline;
}
#active li {
  list-style: none;
}
#inactive li {
  list-style: none;
}
div.expand  a {
   font-size: 10px;
   font-weight: normal;
   line-height: 2px;
   text-decoration: underline;
}

/* End of 'Metric submenuCSS' */

