.basic  {
	width: 740px; padding-right: 10px;
	margin: 0 15px 0 0;
}

.basic span {
	margin-bottom : 10px;
	text-decoration: none;
	margin: 0px;
	padding: 10px;
}
.basic a {
	width: 100%;
	cursor: pointer;
	display: block;
	padding: 5px;
	margin-top: 0;
	text-decoration: none;
	color: black;
	background-image: url("/images/accordiontab0.gif");
	background-repeat:repeat-x;
}
.basic a:hover {
	color: eee;
	background-image: url("/images/accordiontab2.gif");
	background-repeat:repeat-x;
}
.basic a.selected {
	color: black;
	background-image: url("/images/accordiontab2.gif");
	background-repeat:repeat-x;
}
