@charset "utf-8";
/* CSS Document */


#sidebar1 ul {
	margin:0;
	padding:0;
	list-style: none;
}

#sidebar1 ul li {
	margin:0;
	padding:0;
}

#sidebar1 ul a:link,#sidebar1 ul a:visited {
	/*13px is size of font - 30px is line height. Obviously you can increase/reduce each as appropriate*/
	font: 13px/30px Verdana, Arial, Helvetica, sans-serif;
	/*Font colour*/
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
	/*Background of navigation bar*/
	background-color:#77A34A;
	margin:0;
	/*Colour of lines separating each navigation item*/
	border-bottom: 1px solid #FFFFFF;
	/*This may need to be increased or decreased depending on how long/short each navigation item is*/
	width: 150px;
	padding-left: 10px;
	display: block;
	padding-top: 0px;
}

#sidebar1 ul a:hover,#sidebar1 ul a:active {
	/*Colour of text when mouseover is activated*/
	color:#009933;
	/*Colour of background when mouseover is activated*/
	background-color: #EBCF01;
}

#sidebar1 ul a.last {
	border-bottom: none
}
