/* ========== For analysis and solutions dropdowns */
.sub-menu { /* Left column */
	margin: 0;
	padding: 10px 0 0px 0;
	width: 220px;
	min-height: 420px;
	background-color: GhostWhite;
	position: relative;
	
	border: 1px solid Gray;
	/* To match section rounding */
	-webkit-border-radius: 8px 0 0 8px;
	-moz-border-radius: 	  8px 0 0 8px;
	border-radius: 		  8px 0 0 8px;
}
.sub-menu div:hover .sub-item-right {
	left: 220px; /* Could use display: block; */
}
.sub-menu div:hover .sub-item-name {
	background-color: #c8d6e6;
	color: Black;
	padding-top: 9px;
	padding-bottom: 9px;
	border-top:    1px solid Gray;
	border-bottom: 1px solid Gray;
}
.sub-item-name, .sub-item-name-no-indent, .sub-title {
	padding: 10px 0 10px 0;
	/*font-size: 14px; /* Body is 14px */	
	color: #000099; /* Very light blue */
	width: 191px;
	position: relative;
	z-index: 1;
}
.sub-item-name {
	padding-left: 30px;
	text-indent: -30px; 	
}
.sub-item-name-no-indent {
	padding: 0 15px 0 15px;
}
.sub-title {
	font-size: 18px;
	/*color: Black;*/	
}
.sub-item-right { /* Item contents */
	width: 638px;
	min-height: 427px;
	position: absolute; /* Versus .sub-menu */
	top: -1px; 
	left: -2000px;
	/*display: none;*/
	padding: 3px 20px 0 20px;
	background-color: #c8d6e6;
	
	border: 1px solid Gray;
	/*border-left: none;*/	
	/* To match section rounding */
	-webkit-border-radius: 0 8px 8px 0;
	-moz-border-radius: 	  0 8px 8px 0;
	border-radius: 		  0 8px 8px 0;
}
.sub-subproblem-images-row {
	margin-left: 23px;	
}
.sub-subproblem-images-row img {
	margin: 5px 0 5px 10px;
}
.sub-menu img {
	-webkit-box-shadow: #666 3px 3px 6px;
	-moz-box-shadow: 	  #666 3px 3px 6px;
	box-shadow: 		  #666 3px 3px 6px;
}
img.no-shadow {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.sub-subproblem-image {
	float: left;
	margin:  13px 15px 5px 0px;
}
.sub-subproblem-image div {
	font-size: 11px;
	text-align: center;
	margin: 5px 0 5px 0;	
}
/* ========== 1 For analysis dropdown */
#sub1-analysis-description {
	position: absolute; /* Versus .sub-menu */
	top: 0px; 
	left: 255px;
	width: 640px;
}
#sub1-analysis-description p {
	line-height: 170%;
}
.sub1-book-collage {
	position: absolute; 
	top: 170px; 
	left: 230px;
}
.sub1-causal-chain {
	margin: 20px 0 0px -7px;
}
/* ========== 2 For solutions dropdown */
#sub2-solutions-description {
	position: absolute; /* Versus .sub-menu */
	top: 40px; 
	left: 242px;
	width: 460px;
	border:  6px solid DarkBlue;
	background-color: transparent;
	/* A heavier shadow */
	-webkit-box-shadow: #666 3px 3px 6px;
	-moz-box-shadow: 	  #666 3px 3px 6px;
	box-shadow: 		  #666 3px 3px 6px;	
}
#sub2-solutions-description p {
	font-size: 16px;
	line-height: 170%;
	margin: 1em 0;
}
#sub2-solutions-user-tip {
	position: absolute;
	bottom: -110px; 
	left: -50px;
}
img#sub2-image-dartboard {
	float: right;
	margin: 12px -60px 0 5px;
}
/*img#sub2-dart {
	margin: -12px 0 0 150px;
} */
#sub2-subproblemA-solutions {
	float: right;
	margin: 8px -10px 0 3px;	
}
#sub2-subproblemA-solutions p {
	font-size: 12px;
	margin: 0;	
}
#sub2-four-freedoms {
	position: absolute; /* Versus .sub-menu */
	top: 213px; 
	left: 19px;
}
/* =============== For design =============== */
/*#sub1-summary-of-analysis { left: 220px; }*/ 
/*#sub1-universal-causal-chain { left: 220px; }*/
/*#sub1-subproblems { left: 220px; }*/
/*#sub1-change-resistance { left: 220px; } */

/*#sub2-summary-of-solutions { left: 220px; }*/