

.HomeMainAccordion {
	border: solid 1px #e1e1e1;
	overflow: hidden;
	width: 420px;
}

.HomeMainAccordion .Tab {
	font-family: arial, Helvetica, sans-serif; font-size: 14px; color: #4b4b4a; line-height : 20px; text-decoration: none;
	background: #d8d8d8 url(images/homemain-closed.gif) no-repeat;
	margin: 0px;
	padding: 7px 5px 7px 45px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	text-align: left;
}

.HomeMainAccordion .Content {
	margin: 0px;
	padding: 25px 30px 25px 30px;
	background-color: #ffffff;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}

.HomeMainAccordion .hover {
	background: #94bf4e url(images/homemain-closed_over.gif) repeat-x;	
}

.open .Tab {
	background-image: url(images/homemain-open.gif);	
}

.open .hover {
	background-image: url(images/homemain-open_over.gif);	
}

.HomeMainAccordion .open {
	/* Add properties here. */
}

.HomeMainAccordion .closed {
	/* Add properties here. */
}

.HomeMainAccordion .focused {
	/* Add properties here. */
}



