li { list-style-type: none; }
#list_n { width:800px;
		color:#FFF8DC; 
		font-weight: bold;
			}
		
#list_n { border: 1px solid #111; }


	
#list_n div.selected .title { font-weight: bold; 
							color:#B0E0E6;
							background-image: url("img/close_1.gif");
							background-repeat: no-repeat;
							background-position: right center;
							}
							
#list_n div div {
	border-left:10px solid #6699CC;
	padding: 5px;
	}
#list_n div.title {
	border: 1px solid #B0E0E6;
	background-color:#000080;
	padding: 10px;
	cursor: pointer;
	background-image: url("img/click_1.gif");
	background-repeat: no-repeat;
							background-position: right center;
}

#list_n div.selected {
	border-bottom: none;
	color:black;
	font-weight:normal;
}

