.dgQuestion{	/* Styling question */
	/* Start layout CSS */
	color:#FFF;
	font-size:0.9em;
/*	background-color:#1c94c4; */
/*	background-color:#F7852A;	*/
	background-color: #1c94c4;
	width:611px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
//	background-image:url('images/bg_answer.gif');
	background-repeat:no-repeat;
	background-position:top right;	
	height:20px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dgAnswer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #317082;
	background-color:#fff;
	width:611px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
	font-size:1.0em;
}
.dgAnswer_content{	/* Content that gets slid down */
	padding:1px;
	font-size:0.9em;	
	position:relative;
}



/* ----- Slidedown Menu -------*/

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

	#dgSlidedown_menu div{
		margin:0px;
		padding:0px;
	}
	
	/* 	Layout CSS */
	#dgSlidedown_menu{		
		width:205px;	
		visibility: hidden;

	}

	/* All A tags - i.e menu items. */
	#dgSlidedown_menu a{
/*		color: #000;	*/
		text-decoration:none;	
		display:block;
		clear:both;
		width:170px;	
		padding-left:2px;	

	}
	
	/* -----  A tags -----  */
	#dgSlidedown_menu .slMenuItem_depth1{	/* Main menu items */
		margin-top:1px;
		border-bottom:1px solid #000;
 		padding-left: 10px;
		
	}	
	#dgSlidedown_menu .slMenuItem_depth2{	/* Sub menu items */
		margin-top:1px;
 		color: #555;
	}	
	#dgSlidedown_menu .slMenuItem_depth3{	/* Sub menu items */
		margin-top:1px;
		font-style:italic;
/*		color:blue;  */
	}	
	#dgSlidedown_menu .slMenuItem_depth4{	/* Sub menu items */
		margin-top:1px;
		color:red;
	}	
	#dgSlidedown_menu .slMenuItem_depth5{	/* Sub menu items */
		margin-top:1px;
	}

	/* 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. 
	
	#dgSlidedown_menu .slideMenuDiv1
	
	instead of 
	
	#dgSlidedown_menu .slideMenuDiv1 ul
	*/
	
	#dgSlidedown_menu .slideMenuDiv1 ul{
		padding:1px;
	}
	#dgSlidedown_menu .slideMenuDiv2 ul{
		margin-left:5px;
		padding:1px;
	}
	#dgSlidedown_menu .slideMenuDiv3 ul{
		margin-left:10px;
		padding:1px;
	}
	#dgSlidedown_menu .slMenuItem_depth4 ul{
		margin-left:15px;
		padding:1px;
	}
	


