.accordion {
	width: 798px;
	font-size: 11px;
}

.accordion h3 {
	width: 100%;
	background: #c7c8ca;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal !important;
	margin:0;
	padding:0;
	height: 16px;
	border-bottom: 2px solid #FFF;
	border-right: 1px solid #FFF;
	vertical-align: bottom;
}

.accordion h3:hover {
	background: #231f20;
	cursor: pointer;
}

.accordion h3.active {
	background: #000;
	border-bottom:1px solid #FFF;
}

.subActive {
	background: #000;
}

.accordion div ul li p.subHover, .accordion div ul li div p.subHover {
	background: #000;
	cursor: pointer;
}

.accordion div ul li  div.half {
width: 50%;
float: left;
}
