.basic  {
	width: 100%;
}
.basic  #ac {
	cursor:pointer;
	display:block;
	color: #28c5e2c ;/*color: #2C5A8C;*/
	font-weight: bold;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
	background-color: #CEDDEF;
}
.basic #ac:hover {
	background-color: #EDF4FA;
}
.basic #ac.selected {
	cursor: default;
	color: #3B4B67;
	background-color: #ABC7EC;
}
