/* Side Navigation
----------------------------------------------------- */

#menu_vert {
	/*font: 13px Arial, Helvetica, Sans-serif;*/
	font-size:15px;
	color:#65696A;
	/*margin: 8px 0 50px 10px;*/
	padding: 0;
	width: 237px;
	float:right;
}
#menu_vert ul { 
   list-style: none; 
   margin: 0; 
   padding: 0;
   width: 237px;
   height:26px;
}
#menu_vert ul ul { 
   /*background-color: #02aecb;
   padding: 0 0 5px 0; */
}
#menu_vert ul ul ul { 
   /*list-style: none; 
   margin: 0 0 0 15px; 
   padding: 0 0 5px 0; */
}
#menu_vert li {
   /*background-color: #008399;*/
   display: block;
   /*font-size: 16px;*/
   line-height: 35px;
   list-style: none;
   margin: 0;
   padding: 0;
}
#menu_vert ul li {
   margin: 0 0 12px 0;
}

#menu_vert ul ul li, #menu_vert ul ul ul li {
   /*background-color: #02aecb;
   font-size: 14px;
   line-height: 32px;
   margin: 0;
   padding: 0;*/
}
#menu_vert ul ul ul li {
   /*font-size: 12px;
   line-height: 22px;*/
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
#menu_vert a {
   color: #44B649;
   display: block;
   font-weight: normal;
   text-decoration: none;
   line-height:16px;
}
#menu_vert ul a {
   padding: 0 20px 0 11px;
}
/* next level links, more padding and smaller font */
#menu_vert ul ul a {
   /*color: #b7f1fb;
   padding: 0 20px;*/
}

/* third level links, more padding */
#menu_vert ul ul ul a {
   /*padding: 3px 10px 3px 15px;*/
}

/* hover state for all links */
#menu_vert a:hover {
   color: #E58F17;
}
#menu_vert a.activeparent:hover {
   color: #fff;
}

#menu_vert ul li.menuactive {
	background:url(https://hlvaluation.ca/images/sidenav_menu_active_bg.png) left center no-repeat;
#background-color:white;
}
/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
#menu_vert li a.menuactive,
#menu_vert li a.activeparent,
#menu_vert ul li.menuactive a.menuparent {
   color: #fff;
}
#menu_vert li li a.activeparent {
   color: #fff;
	font-weight: bold;
}

/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
#menu_vert ul h3 {
	color: #fff;
	font-weight: bold;
}
#menu_vert ul ul h3 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
   line-height: 32px;
   padding: 0 20px;
}
ul ul a.menuactive.menuparent  {
}
#menu_vert ul ul ul h3 {
	background: url(none);
}

#menu_vert li.currentpage {
}