.dhtmlgoodies_simple{	/* Styling question */
	/* Start layout CSS */
	width:280px;
	margin:0px;
	padding:0px;
	height:40px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	width:280px;
	margin:0px;
	padding:0px;
	height:40px;
	
	/* End layout CSS */
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:none;
	width:280px;
	
	/* End layout CSS */
	/*visibility:hidden;*/
	/*height:0px;*/
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;	
	position:relative;
}

.submenuitem
{
text-align:left;
padding: 0px;
padding-left: 50px;
height:25px;
background-color:#13120D;
}