
pre { margin-bottom: 1em; }



li { list-style-type: none; }
#leafnavigation { width:20em; }

#leafnavigation {
	background-color: #f1f1f1;
	border: none;
	margin:0px;
	padding:0px;
	text-indent:0px;
	width:200px;
}

#leafnavigation a.head {
	background-color: transparent;
	cursor:pointer;
	color: #333;
	font-weight:bold;
	margin:0px;
	padding:0px;
	 /* reveal enough gradient to create visual edge */
	padding-top:16px;
	padding-bottom:16px;
	text-indent:14px;
	text-decoration: none;
}

#leafnavigation a.head:hover {
	background-color: transparent;
	color: #333;
}

#leafnavigation a.selected {
	background-color: transparent;
	/* background-image: url(expanded.gif); */
}

#leafnavigation a.current {
	background-color: transparent;
}

#leafnavigation ul {
	border-width:0px;
	margin:4px;
	padding:4px;
	text-indent:0px;
}

li.leaf {
	background: url("http://brandymorecastle.org/looks/seseragi-2.3.4/img/AccordionTab01.png") scroll;
	background-repeat: repeat-x;
}

#leafnavigation li {
	padding: 4px;
	background-color: transparent;
/*	list-style:none outside none; display:inline; */
}
#leafnavigation li li a {
	background-color: transparent;
	color:#000000;
	display:block;
	text-indent:10px;
	text-decoration: none;
}
#leafnavigation li li a:hover {
	background-color: transparent;
	color: #6699CC;
}


