/* Start of CMSMS style sheet 'LSF-nav' */
/* CSS NAVIGATION STYLES */

#nav {
	font-size: 0.75em;
	position: relative;
	}

#nav, #nav ul {
	/* all lists */;
	float: left;
	/* non-essential, layout specific */
	background-color: #fff;
	width: 180px;/*from190*/
	padding: 0;
	margin: 0;
	list-style: none;
	display:block;
	margin-bottom: 20px;}

#nav {
 	margin-top:0px;
	}

#nav a {
	color: #222;
	display: block;
	width: 166px;/*from160*/
	text-decoration: none;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;/*from23*/
	line-height: 1.4em;
	margin-left: 0px;}


#nav a:hover {
	color: #111;
	display: block;
	text-decoration: none;
	}

#nav a:active {
background:#F8F3BA;
}

/* current page or section */

#nav a.current {
	background: #D0EFC2;
	}

#nav a.current {
	font-style: normal;
	font-weight: bold;
	color: #517144;
	}

#nav a:hover.current {
	background-color:#D0EFC2;
	}

#nav li {
	/* all list items */
	position: relative;
	float: left;
	width: 100%;
	border-bottom: 1px #D0EFC2 solid;
	cursor: pointer;
}

#nav li ul { /* submenu */
	background-color: #E4FFD8;
	position: absolute;
	left: -999em;
    margin-left:180px;
	border: 2px #c9e9bb solid;
	}

#nav li ul a { /* submenu decoration */
	width: 166px;
	}

#nav li ul a:hover { /* submenu hover decoration */
	}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	margin-top: -1.97em;/*  compensates for nav a height, padding, line-height*/
	padding-left:0px;
}

#nav li:hover, #nav li.sfhover /* latter sticks parent bg colour when child active */{
	cursor: pointer;
	background-color: #D0EFC2;
}

/* End of 'LSF-nav' */

