#list1  {
	width: 100%;
	font-family: verdana;
	margin:  0px;
	padding: 0px;

}
#list1 p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
	overflow: hidden;
	height: 20em;	
}
#list1a h3,
#list1b h3 {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: white;
	background-color: #666;
	border: none;
}

#list1a h3:hover,
#list1b h3:hover {
	color: #000;
	background-color: white;
}

#list1a h3.selected,
#list1b h3.selected {
	color: white;
	background-color: #cc0;
	border-bottom: 3px solid #666;
}

#list2 {
	height: 178px;
	border: 1px solid #eee;
	overflow: hidden;
}
#list2 .red {
	color: red;
	background-color: red;
}
#list2 .green {
	color: green;
	background-color: green;
}
#list2 .blue {
	color: blue;
	background-color: blue;
}
#list2 dd { height: 130px; overflow: hidden; }

#list3 { border: 1px solid #111; }
#list3 div.selected { font-weight: bold; }
#list3 div div {
	border-left:25px solid #6699CC;
	padding: 5px;
}
#list3 div.title {
	border: 1px solid #3366AA;
	background-color: #6699CC;
	padding: 10px;
	cursor: pointer;
}
#list3 div.selected {
	border-bottom: none;
}
