/* left hand side menu GENERAL CSS */

.buttonmenu{
	list-style-type: none;
	margin: 0 auto;
	width: 230px;
	font: 12px/1.5em Arial, Helvetica, sans-serif;
	color: #88793F;
	text-decoration: none;
	text-align: center;
}

.buttonmenu li a{
	margin: 0 auto;
	color: #88793F;
	display: block;
	width: 200px;
	padding: 4px;
	margin-left: 2px;
	margin-right: 4px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FAE6A4;
}



.buttonmenu li a:hover, .buttonmenu li a:active{
	color: #FFFFFF;
	margin: 0 auto;
	width: 210px;
	text-decoration: none;
	background-color: #6A339A; /* Change to style colour */
}

