
.expandListHead {
	font-family: Georgia, Times, Times New Roman;
	font-size: 12px;
	font-weight: normal;
	color: #664733;
	line-height: 12px;
	
}




ul.expandList {
	position: relative;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	list-style: none;
}

ul.expandList li.expandList {
	padding: 3px 15px 3px 25px;
	margin: 2px;
	background-image: url("../images/arrow_right.gif");
	background-repeat: no-repeat;
	background-position: 15px 8px;
	
	cursor: pointer;
}

ul.expandList li.expandListExpanded {
	background-color: #F3F3E1;
	background-image: url("../images/arrow_down.gif");
}

ul.expandList li.hover, ul.expandList li:hover {
	background-color: #F3F3E1;
}



ul.expandList p {
	padding: 5px 0px 5px 0px;
	margin: 0px;
}





/*

ul.list {
	padding: 10px;
	margin: 10px;
	list-style: disc;
}

ul.list li {
	padding: 0px;
	background-image: none;
}


*/
