#expandadiv_container, #expandadiv_1 {
	position: relative;
	width:100%;
	margin: 0;
	height: 200px; /* height of the ExpandADiv */
}

	#expandadiv_bg_1 {
		width:100%;
		height: 200px; /* height of the ExpandADiv */
		margin: 0;
		background: #8f3c10 url('../images/layouts/new/ead_repeat.jpg') repeat-x bottom center;
	}
	
		#expandadiv_dropdown_1 {
			position: relative;
			width: 1024px;
			height: 166px;
			padding:16px 0 0 0;
			margin: 0 auto;
			font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
			font-size: 11px;
			color: #fff;
			overflow: hidden;
		}

		#expandadiv1_column_container {
			margin: 0 auto;
		}

			.expandadiv1_column {
				float: left;
				margin: 0 14px 0 0;
				text-align: left;
				
			}
		
				.expandadiv1_group {
					margin-bottom: 14px;
					font-size: 12px;
					line-height: 14px;
				}
		
				.expandadiv1_group a {
					color: #fff;
					text-decoration: none;
					padding-left: 10px;
				}
		
				.expandadiv1_group a:hover {
					text-decoration: underline;
				}
		
				.expandadiv1_group a.expandadiv1_header {
					color: #d2c183;
					font-weight: normal;
					text-indent: 0px;
					text-transform: uppercase;
					padding-left: 0;
				}

