dl, dt, dd {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

#acMenu dt{
	line-height:50px;
	text-align:left;
	cursor:pointer;
	font-size: 55%;
	color: #FFFFFF;
	background-image: url(../images/minus.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: #00A273;
	background-position: right;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #80CCB0;
	border-right-color: #009263;
	border-bottom-color: #009263;
	border-left-color: #80CCB0;
	}
#acMenu dl{
	text-align:left;
	font-weight: bold;
	color: #00A273;
	padding-top: 15px;
	}
	#acMenu dd{
	text-align:left;
	font-size: 43%;
		display:none;
	padding-right: 3%;
	padding-left: 3%;
	}
#acMenu dt.active{
	background-image: url(../images/plus.gif);
	background-repeat: no-repeat;
		background-color: #00A273;
	background-position: right;
	}
