#accordionMenu {
	width: 250px;
	}
 
.accordionButton {	
	width: 250px;
	height:24px;
	line-height: 24px;
	border-bottom: 1px solid #ddd;
	float: left;
	cursor: pointer;
	}
 
.accordionContent {	
	width: 250px;
	float: left;
	display: none;
	}

.boxgrid{ 
				width: 210px; 
				height: 340px; 
				margin: 0 1px 0 0; 
				float:left; 
				background:#ddd;
				border-top: 12px solid #004b42;  
				overflow: hidden; 
				position: relative; 
			}
			
				.boxgrid ul{ 
					padding: 10px; 
					text-align:left;
					margin-left:30px;
					color:#222; 
					font-weight:normal;
					height:185px
				}
				
			.boxcaption{ 
				float: left;
				position: absolute; 
				background: #fff; 
				height: 260px; 
				width: 100%; 
				opacity: .8; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}
 				.caption .boxcaption {
 					top: -200px;
 					left: 0;
 				}
				.boxgrid h3{padding: 15px 20px;color:#222;}
				.boxcaption a{font-weight:bold;}	
