.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	font-size:0.9em;
	width:300px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	
	
	height:20px;
	/* End layout CSS */
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #317082;
	/* 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;
}

#leftMenu{
		width:700px;
		padding-left:10px;
		padding-right:10px;
		float:left;
	}
	/*
	General rules
	*/

	#dhtmlservices_slidedown_menu li{
		list-style-type:none;
		position:relative;
	}
	#dhtmlservices_slidedown_menu ul{
		margin:0px;
		padding:0px;
		position:relative;

	}

	#dhtmlservices_slidedown_menu div{
		margin:0px;
		padding:0px;
	}
	/* 	Layout CSS */
	#dhtmlservices_slidedown_menu{		
		width:300px;	
	}

	/* All A tags - i.e menu items. */
	#dhtmlservices_slidedown_menu a{
		color: #ff7c11;
		display:block;
		clear:both;
		width:550px;	
		padding-left:2px;	

	}
	
	/*
	A tags 
	*/
	#dhtmlservices_slidedown_menu .slMenuItem_depth1{	/* Main menu items */
		margin-top:1px;
		border-bottom:1px solid #000;
		font-weight:bold;
	}	
	#dhtmlservices_slidedown_menu .slMenuItem_depth2{	/* Sub menu items */
		margin-top:1px;
	}	
	#dhtmlservices_slidedown_menu .slMenuItem_depth3{	/* Sub menu items */
		margin-top:1px;
		font-style:italic;
		color: #ff7c11;
	}	

	/* UL tags, i.e group of menu utems. 
	It's important to add style to the UL if you're specifying margins. If not, assign the style directly
	to the parent DIV, i.e. 
	
	#dhtmlservices_slidedown_menu .slideMenuDiv1
	
	instead of 
	
	#dhtmlservices_slidedown_menu .slideMenuDiv1 ul
	*/
	
	#dhtmlservices_slidedown_menu .slideMenuDiv1 ul{
		padding:1px;
	}
	#dhtmlservices_slidedown_menu .slideMenuDiv2 ul{
		margin-left:5px;
		padding:1px;
	}
	#dhtmlservices_slidedown_menu .slideMenuDiv3 ul{
		margin-left:10px;
		padding:1px;
	}

