#list1  {
	width: 260px;
	font-family: verdana;
	margin:  0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
}
#list1 p {
	border: none;
	color: #000;
	font-size: 11px;
	margin: 0px;
	line-height:14px;
	padding: 14px;
	background-color:#EFEFEF;
	overflow: hidden;
}
#list1 h3 {
	cursor:pointer;
	display:block;
	color:#000000;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	border: none;
}
#list1 h3:hover {
	color: #0E376D;
}
#list1 h3.selected {
	color:#0E376D;
	border-bottom: 1px solid gray;
}

