.lstToplevel{
	margin: 0;
	color: black;
}

p.lstNotSelected {
	margin:0;
	width:auto;
	padding:1px;
	border-style:none;
	background:url(../Images/Arrows/Arrows-DropDown.png) 98% 50% white no-repeat;
	cursor:default;
}
ul.lstUl{
	position:relative;
	padding:0;
	list-style:none;
	background: white;
	width:100%;
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#ccc;
	z-index:100;
	display:block;
	margin:0;
	clear:both;
	overflow: auto;
	max-height:200px;
}
ul.lstUl a{
	text-decoration:none;
	display:block;
	width:100%;
}
ul.lstUl a:hover{
	background:#999999;
	color: white;
}
 p.lst_HoverP {
	color:black;
}
li.lstLi {
	margin:0;
	padding:0;
	text-indent:.5em
}
.lstToplevel ul{
	display:none;
}

