/* CSS Document: Forest */

body {
	background: #718577
	}
	
#header {
	background: url(../images/forest/header.jpg) no-repeat;
	}
	
#sidebar, #main {
	background: #c6bfb3;
	}
	
a { color: #006600; }
a:hover { color: #666600; }

/*+--------------------------------------------+
/*|     			 SIDE MENU                 |
/*+--------------------------------------------+
*/

#sidebar li a {
	background: #97886e;
	color: #1b3317;
	}
	
#sidebar li a:hover {
	background: #1b3317;
	color: #fff;
	}
	
#sidebar ul ul li a {
	background: #a99c86;
	color: #1b3317;
	font-weight: normal;
	}
	
#sidebar ul ul li a:hover {
	background: #2e6307;
	color: #fff;
	}