

.basic  {
	width: 540px;
}
.basic div {
	background-color: #eee;
}
.basic a {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	color: white;
	background-color:#999999;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
}
.basic a:hover {
	background-color:#B5B5B5;
}
.basic a.selected {
	color: white;
	background-color:#990000;
}
