#list_n ul { margin:0;
			 list-style-type: none;}

#list_n { width:300px;
		color:#FFF8DC; 
		font-weight: bold;
			}

#list_n a { font-size:12px;
		text-decoration:none;
}

#list_n a:hover { 
	background-color:#000080;
	color:#ffffff;
	display:inline;
	}
							
#list_n div.title {
	border: 1px solid #000080;
	background-color:#DCDCDC;
	padding: 10px;
	cursor: pointer;
	text-decoration:none;
}

