#left ul {
	list-style:none;
	margin:0;
	padding:0;
}
#left li {
	float:left;
	width:120px;
	margin:0;
	padding:0;
	text-align:center;
}
#left li a {
	display:block;
	padding:5px 10px;
	height:100%;
	color:#fff4e2;
    font-weight: bold;
	text-decoration:none;
	border-right: 1px solid #7bc143;
}
#left li a {
	background:url(../menus/menu-fade.jpg) repeat  20px -15px;
}
#left li a:hover {
	background-position: -150px 0px;
    color: #00853f;
    font-weight: bold;
    text-decoration: none;
}

#left li a:hover:visited
 {
    color:#00853f;
    text-decoration: none;
}

#left li a:visited
 {
    color:#fff4e2;
}
