#list3 { 0; }
#list3 div.selected .title { 
	background: #ccffff;
	color:#666666;   		
	background-image:url(../imgs/buttons/up-arrow.gif);
	background-repeat:no-repeat;
	background-position: 553px 6px;	
}
#list3 div div {
	background-color:#656565;
	color:#CCFFFF;
}
#list3 div.title {
	background:#CCFFFF url(../imgs/buttons/down-arrow.gif) no-repeat scroll 553px 6px;
	color:#666666;
	cursor:pointer;
	font-family:Georgia,"Times New Roman",serif;
	height:22px;
	margin-top:14px;
	padding-bottom:3px;
	padding-left:6px;
	padding-top:3px;
	position:relative;
/*	width:560px;*/
	z-index:10;	
}
#list3 div.selected {
	border-bottom: none;
}
