#aside {
	background-color: #27439A;
	float: left;
	width: 160px;
	padding-right:5px;
	padding-left: 8px;
	border-right: solid thin #652d72;
	border-bottom: solid thin #652d72;
	overflow:auto;	
}
#aside ul {
	list-style-type:none;
	margin-left: 0px;
	padding-left:0px;
}
#aside ul li {
	list-style-position: inside;
	font-weight: bold;
	padding-left: 5px;
}
#aside ul li a {
	font-size: 12px;
	line-height:2;
	color: #ffffff;
	list-style-type: none;
}
#aside ul li a:hover {
	color: #CCC;
}
#aside ul li a:active {
	text-decoration: none;
	background-color: #fff;
}
#aside ul li a:visited {
	background-color:#B0B8D1;
	color:#666;
}
.assessment {
	background-color:#efa5a7;
	width:150px;
	color: #000;
	border-bottom: solid thin #d81e22;
	margin-top:3px;
	padding:3px;
	font-size: 11px;
}
.consulting {
	background-color:#cea2a2;
	width:150px;
	color: #000;
	border-bottom: solid thin  #841717;
	margin-top:3px;
	padding:3px;
	font-size: 11px;
}
.counseling {
	background-color:#c2b0c6;
	width:150px;
	color: #000;
	border-bottom: solid thin #663971;
	margin-top:3px;
	padding:3px;
	font-size: 11px;
}
.contact {
	background-color:#a1b69f;
	width:150px;
	color: #000;
	border-bottom: solid thin #13480e;
	margin-top:3px;
	padding:3px;
	font-size: 11px;
}
#aside img {
	margin-left: 10px;
	margin-bottom: 10px;
}
