@charset "UTF-8";
.dataSet {
	display:none;
}


.master ul {
	list-style:none;
	margin-top:0px;
	margin-left:0px;
	padding-left:0px;	
	
}

.master li {
	
	padding:1px;
	font-family:Tahoma, Geneva, sans-serif;
	width:150px;
	font-size:11px;
	margin-bottom:2px;

}



.linormal {
	color:#CCC;
	
}

.lirollover {
	background-color:#CBDB2A;
	color:#000;
}

.liselected {
	
	background-color:#CBDB2A;
	color:#000;

	
}

.liselectedrollover {
	
	background-color:#CBDB2A;
	color:#666;
	
}







