/* Start of CMSMS style sheet 'Hewitt Left Navigation' */
/********************
LEFT MENU
*********************/
div#menu_vert ul, div#menu_vert li {
	margin: 0;
	padding: 0;
}

div#menu_vert li {
   display: block;
}

div#menu_vert ul ul ul {
   padding-bottom: 0.5em;
}


/** 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 */
div#menu_vert a {
	text-decoration: none;
	display: block; /* IE has problems with this, fixed above */
	padding: 6px 12px 6px 15px;
	color: #000;
	font-weight: bold;
	background: url(images/leftnav-default.gif) no-repeat 0 0;
	min-height: 1em; /* Fixes IE7 whitespace bug */
	border: none;
}

div#menu_vert a:hover {
	text-decoration: underline !important;
}

div#menu_vert li {
	margin-bottom: 15px;
}

div#menu_vert li.currentpage a,  {
	background: url(images/leftnav-currentpage.gif) no-repeat 0 0;
	padding-left: 20px;
}

div#menu_vert li.activeparent a {
	background: url(images/leftnav-activeparent.gif) no-repeat 0 0;
	padding-left: 20px;
}

/* next level links */
div#menu_vert ul ul ul a {
	font-size: 0.9em;
	font-weight: normal;
	padding: 0px 12px 0px 25px;
	background: url(images/subleftnav-bullet.gif) no-repeat 6% 6px !important;
}

div#menu_vert ul ul ul {
	margin-top: 5px;
}

div#menu_vert ul ul ul li {
	margin: 0;
}

div#menu_vert ul ul ul li.currentpage a, div#menu_vert ul ul ul li.activeparent a  {
	background: url(images/subleftnav-currentpage.gif) no-repeat 6% 6px !important;
}

/* separator */

div#menu_vert li.separator hr {
   display: none;
}

/* End of 'Hewitt Left Navigation' */

