 { margin: 0; padding: 0; }

#list3 { border: none; }
#list3 div.selected { font-weight: bold; }
#list3 div div {

}
#list3 div.title {
	border-bottom: 1px solid #615D5C;
	background-color: #615D5C;
	cursor: pointer;
}
#list3 div.selected {
	color: white;
	background-color: 615D5C;
}

.title {
    font-family: Arial, Helvetica, sans-serif;
	cursor:pointer;
    display:block;
	padding:5px;
	margin-top: 0px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url("../img/banner_lat.gif");
	background-repeat: no-repeat;
	border: none;
	overflow: hidden;
}

.title a {
	color: black;
}
