.acc {
	clear: both;
}
.acc li {
	margin-left: 0px;
}
.acc h3, .acc a {
	cursor:pointer;
	color: #FFFFFF;
	margin-bottom: 10px;
	padding-left: 16px;
	text-shadow: #000000 0 3px 2px;
	background: url(../img/generic/pinkArrow.png) no-repeat center left;
	-moz-transition:.2s linear;
	-webkit-transition:.2s linear;
	transition:.2s linear;
	margin-left: 0;
}
.acc h3:hover, .acc h3.acc-selected, .acc a:hover {
	color: #ffde96;
	margin-left: 10px;
}
.acc .acc-section {
	overflow:hidden;
}
.acc .acc-content {
	padding: 0 10px;
	margin-bottom: 10px;
}
#nested {
	width:425px;
	list-style:none;
	color:#033;
	margin-bottom:15px
}
#nested h3 {
	width:411px;
	border: none;
	padding: 0;
	font-weight:bold;
	cursor:pointer;
	background:url(images/header.gif)
}
#nested h3:hover {
	background:url(images/header_over.gif)
}
#nested .acc-section {
	overflow:hidden;
}
#nested .acc-content {
	margin-top: 10px;
}
#nested .acc-selected {
	background:url(images/header_over.gif)
}
