#list3 { width: 150px; border-top: 0px; margin-left: 0px; }
#list3 div.selected .title { font-weight: bold; }
#list3 div div {
	border-left:0px solid #feff7d;
	padding: 0px;
}
#list3 div.title {
	border: 0px solid white;
	background-color: black;
	padding: 0px;
	cursor: pointer;
}
#list3 div.selected {
	border-bottom: 0px;
	background-color: #feff7d;
}
