/* Start of CMSMS style sheet 'Matariki Navigation: Simple - Vertical V1' */
/* menu li block */
ul{
   list-style: none;
/*
   margin-bottom: 20px
   border-bottom: 20px solid #170a02;
*/
   display: block;
  line-height:1.5em;
margin-left:0px;
padding: 0;
}

ul ul {
margin-bottom: 20px;
padding: 0;
}

ul ul li {
margin-left:-12px;
}

ul ul ul, ul ul ul ul, ul ul ul ul ul{
   list-style: none;
   border-bottom: 2px solid #170a02;
   display: block;
  line-height:1.5em;
margin-left:0px;
}



/* first level links */
ul a {
   text-decoration:underline; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   color: #CC9900; /* this will be link color for all levels */
   padding-left:15px;
margin-left:-12px

}

/* next level links, more padding and smaller font */
ul ul a {
   margin-left:0px;
background-image: url(uploads/images/bullet.gif);
background-repeat: no-repeat;
background-position: 0.5em ;
}

ul li{
padding-top: 2px;
}

ul li li {
margin-left:10px
}

ul li.activeparent{
   color: #FF9900;
}

ul li.sectionheader{
   color: #FF9900;
}
/* End of 'Matariki Navigation: Simple - Vertical V1' */

