.basic {margin: 1em 0 0 0;	}

.basic a {
	cursor:pointer;
	display:block;
	width: 100%;
	padding:10px 0.4em 10px 0.4em;
	text-decoration: none;
	border-bottom: 1px dotted  #999;
	color: black;
	font-size : 1.2em;
	background-color : transparent;	
}

.basic a:hover {
	color : #07a;
	padding-bottom : 8px;
	background-color : #ddefff;
	border-bottom: 3px solid #07a;
}

.basic a.selected, .selected:hover {
border-bottom: 1px solid white;
cursor : default;
padding-bottom : 10px;
background-color : #fff;
color : #000;
}


#list3 div {
	padding: 0 0 1em 0;
}


