

#options {
	width: 660px;
	text-align:right; 
	color:#9ac1c9
}
#options a {text-decoration:none; color:#9ac1c9}
#options a:hover {color:#033}

#acc {
	width: 660px; 
	list-style: none; 
}
	#acc h3 {
		width: 443px; 
		padding: 2px 6px 2px 12px; 
		font-weight: bold;
		cursor: pointer;
		font-size: 14px;
		background-image: url(../img/list-dot.jpg);
		background-repeat: no-repeat;
		background-position: left center;
		color: #005D8C;
	}
	#acc h3:hover {
		text-decoration: underline;
	}
	#acc .acc-section {
		overflow: hidden;
	}
	#acc .acc-content {
		padding: 0 20px; 
		border-top: none;
	}
	#acc ul h3  {color: #333333;}

#nested {width:425px; list-style:none; color:#033;}
#nested h3 {width:411px; border:1px solid #9ac1c9; padding:6px 6px 8px; font-weight:bold;cursor:pointer;}
#nested h3:hover {}
#nested .acc-section {overflow:hidden;}
#nested .acc-content {width:393px; padding:15px; border:1px solid #9ac1c9; border-top:none;}
#nested .acc-selected {}
