/******************************************
*   Main or page navigation styles                       
******************************************/


/*Main Navbar */

#nav {
	background:#006400;
	font-size:1em;
	}
	
#nav, #nav ul {
	list-style:none;
	line-height:1;
	}

#nav a, #nav a:hover {
	display: block;
	text-decoration: none;
	border:none;
	}

#nav li {
	float: left;
	list-style:none;
	border-right:1px solid #fff;
	}

#nav a, #nav a:visited {
	display:block;
	font-weight:bold;
	color: #eee;
	padding:6px 12px;
	}

#nav a:hover, #nav a:active {
	background:#333;
	text-decoration:none;
	}	

.current_page_item	a, #home .on, #nav .current_page_ancestor a  {background:#333;}
	
	
	
/* Dropdown Menus for child pages */		

#nav li ul {/*first level dropdown*/
	position: absolute;
	z-index: 10;
	left: -999em;
	height: auto;
	width: 174px;
	border-bottom: 1px solid #666;
	}
	
#nav li ul ul {/*second level dropdown*/
	margin: -2em 0 0 172px;
	}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
	}

#nav li li {
	width: 172px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	background:#009900;
	}

#nav li li a, #nav li li a:visited {
	font-weight:normal;
	font-size:0.9em;
	color:#FFF;
	}

#nav li li a:hover, #nav li li a:active {background:#006400;}	
	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {left: auto;}

a.main:hover {background:none;}

/*sidebar styles*/

#sidelist li a {
    color:#333; /*sets the colour for the side menu*/
}

#sidelist li.current_page_item a {
	background:#fff;	/*fixes background issue*/
}

#sidelist li.current_page_item a {
       color:#008000; /*sets the colour for the current page in the side menu*/
       font-weight:bold; /*makes the font weight bold in the side menu*/
       /*font-style: oblique;*/
}

#sidelist li.current_page_item ul li a {
      color:#333; /*resets the colour lower down the side menu for children of the current page*/
      font-weight:normal; /*resets the font weight lower down the side menu for children of the current page*/
}

#sidelist li ul li a {
	padding-left:20px;	/*indents subpages*/
}

/******************************************
*   Johns addition                       
******************************************/

#sidelist li ul ul  {
	padding-left:20px;	/*second level indent*/
}





	

		
