body {
	margin: 0;
	padding: 0;
	background: url(bg_green.gif) #646464 repeat-y;
	background-position: 50% 0;
	background-color: #646464;
	font: small Verdana,Arial, Helvetica, sans-serif;
	text-align: center;
	height: 100%;
	
}

li.menu-left a {
	border-top: 1px solid #4AAA7C;
	border-left: 1px solid #4AAA7C;
	border-bottom: 1px solid #004822;
	border-right: 1px solid #004822;
	display: block;
	background-color: #00784D;
	color: #FFFFFF;
	line-height: 20px;
	text-indent: 10px;
}
 
  
ul#menu-left-ul li.menu-left a:hover, ul#menu-left-ul li.act a {
	border-top: 1px solid #18784A;
	border-left: 1px solid #18784A;
	border-bottom: 1px solid #001600;
	border-right: 1px solid #001600;
	background-color: #00461B;
}


ul#menu-left2-ul li.menu-left2 {
	background-color: #969696;
}

  
li.menu-left2 a {
	border: 0;
	padding-left: 20px;
	display: block;
	background-color: #969696;
	color: #FFFFFF;
	line-height: 20px;
	text-indent: 0;
}

  ul#menu-left2-ul li.no2 a {
	border: 0;
	background-color: #969696;
}

  
ul#menu-left2-ul li.menu-left2 a:hover, ul#menu-left2-ul li.act2 a{
	border: 0;
	background-color: #969696;
	color: #000000;
}

  
