.basic  {
	width: 141px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
}

.basic div {
	background-color: #E6E6E6;
}

.basic p {
	margin:0px;
	border: none;
	text-decoration: none;
	font-weight: none;
	font-size: 7pt;	
	padding-left: 12px;
}
.basic a {
	cursor:pointer;
	display:block;
	width:127px;	
	padding: 6px 2px 6px 12px;
	border-bottom:2px solid #FFFFFF;		
	margin-top: 0;
	text-decoration: none;
	font-weight: none;
	font-size: 7pt;
	color: white;		
}
.basic a:hover {
	background-color: white;
	color:#222222;
}
.basic a.selected {
	color: white;
	font-weight: bold;
	background-color: #FF0926;	
}


