/* Start of CMSMS style sheet 'Virtuaza_Nav-Vertical' */
div#menu_vert{
background: url(uploads/images/css/background-menu.gif) repeat top left;
}

#menu_vert, #menu_vert ul {
  margin: 0;
  padding: 0;
  }

#menu_vert ul {
  width: 100%; /* Width of Menu Items */
  }

#menu_vert li {
  list-style: none;
  padding: 5px 5px;
  font-size: 1em;
  display: block;
  }

#menu_vert li a {
  display: block;
  text-decoration: none;
  padding: 0 5px 0 10px;
  color: #103F6F;
  }

/* Fix IE. Hide from IE Mac \*/
* html #menu_vert li { float: left; height: 1%; }
* html #menu_vert li a { height: 1%; }
/* End */

    div#menu_vert ul ul li a, 
    div#menu_vert ul ul li a:link, 
    div#menu_vert ul ul li a:visited  {
        display: block;
        margin-left: 10px;
    }
    div#menu_vert ul ul  {
    }

    div#menu_vert ul ul ul li a, 
    div#menu_vert ul ul ul li a:link, 
    div#menu_vert ul ul ul li a:visited  {
        margin-left: 20px;
    }
    div#menu_vert ul ul ul  {
    }
#menu_vert li ul li a {  } /* Sub Menu Styles */

/* fixed image flicker by adding .cssmenu-vertical ul */

#menu_vert li a:hover {
	color: #999;
}

.currentpage
{
	list-style-type: square;
	display: inline;
}

#menu_vert li.activeparent {
}

#menu_vert li.active01 h3 {
  display: block;
  font-size: 1em;
  text-decoration: none;
  padding-left: 10px;
  background: url(modules/MenuManager/images/arrow.gif) no-repeat left;
  color: #999;
  margin: 0;
  }

#menu_vert li.active02 h3
{
  background: url(modules/MenuManager/images/arrow.gif) no-repeat left;
  display: block;
  font-size: 1em;
  padding-left: 20px;
  color: #999;
  margin: 0;
}

#menu_vert li.active03 h3
{
  background: url(modules/MenuManager/images/arrow.gif) no-repeat left;
  display: block;
  font-size: 1em;
  padding-left: 30px;
  color: #999;
  margin: 0;
}

li.sectionheader {
  margin: 0;
  margin-right: -1px;
 }
li.sectionheader h3 {
   margin: 0;
   background-color: #fff;
  z-index: 90;
}

li.separator {
   height: 1px;
   padding: 0.5em 0;
   margin: 0;
   width: 100%;
   border-bottom: 1px dotted black;
	}

/* End of 'Virtuaza_Nav-Vertical' */

