.menu{
	font-family: Helvetica, Arial, sans-serif;
	font-size:15px;
	vertical-align: bottom;
}
.indent1 {
	text-indent:30px;
}
.indent2 {
	text-indent:60px;
}
.indent3 {
	text-indent:90px;
}
.indent4 {
	text-indent:120px;
}
.menu a:hover {
	border-bottom : 1px solid
}

div#sidebar {
	position: absolute;
	height: 145px;
	width: 110px;
	left: 38px;
	top: 220px;
	overflow: visible;
}

#sidebar ul {
	list-style: none;
	margin: 0;
	padding:0;
	vertical-align: middle;
	text-align:right;
}

#sidebar li {
	padding: 0 0.25em 0.35em 0;
	font-size:14px;
}

#sidebar li a {
	color:#31FF52;
	font-weight: bold;
}

#sidebarImage{
	position:absolute;
	top:398px;
	left:30px;
	width:128px;
	height:206px;
}

#sidebar a:hover{ color:white;}
#sidebar a:visited{ color:#B4C7FF;}

/** Council Service **/
div#service1 {
	position: absolute;
	height: 100px;
	width: 275px;
	left: 260px;
	top: 160px;
	overflow: visible;
}
div#service2 {
	position: absolute;
	height: 100px;
	width: 275px;
	left: 535px;
	top: 160px;
	overflow: visible;
}

#service1 ul, #service2 ul {
	list-style: none;
	margin: 0;
	padding:0;
	text-align:left;
}
#service1 li, #service2 li {
	padding: 0 0.25em 0.5em 0;
}

#service1 li a, #service2 li a {font-weight:normal;color:#B9CFFF;}
#service1  a:hover, #service2 a:hover { color:white;}
#service1 a:visited, #service2 a:visited { color:#B4C7FF;}