.treemenu {
	list-style : none;
	font-family : Arial;
	font-size: 0.95em;
}

.treemenu ul {
	list-style : none;
	margin : 0px 10px; padding : 0px 10px;
	overflow: none;
}

.treemenu .treenode a {
	/*display : block;*/
	padding-left : 12px;
	border: none;
	outline: none;
}

.treemenu .treenode li a {
	margin:0; padding:0;
}

.treemenu .treeopen {
	background-image : url('../images/open.gif');
	background-repeat : no-repeat;
	background-position : left;
}

.treemenu .treeclosed {
	background-image : url('../images/closed.gif');
	background-repeat : no-repeat;
	background-position : left;
}

.treemenu .treenode ul {
	margin-bottom: 0.5em;
	background:#F9F7E6 none repeat scroll 0 0;
	border:4px solid #F4F0CF;
}

.question {
	font-weight: bold;
	color: #004e73;
}

.answer {
	padding-right: 0.5em;
	font-weight: bold;
	color: #555555;
}

li table th {
	background-color: #D4D4D4;
	border-color: #6A6A6A;
}

li table td {
	border-color: #6A6A6A;
}

.treemenu .treenode img {
	display:block;
	margin:0.5em auto;
}

