
ul.ddwhIdentifier, ul.ddwhIdentifier ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.ddwhIdentifier *
{
	background-color: White;
	color: Black;
	cursor: pointer;
}

li.ddwhSelected table td
{
	vertical-align: middle;
	padding: 0 0 0 3px;
}

ul.ddwhIdentifier li
{
	float: left;
	width: 100%;
}

ul.ddwhIdentifier a.ddwhSubGroup
{

}

ul.ddwhIdentifier ul
{
	position: absolute;
	z-index: 999;
	line-height: 1;
}

ul.ddwhIdentifier a
{
	overflow: hidden;
	white-space: nowrap;
	display: block;
	text-decoration: none;
	width: 100%;
	height: 15px;
	padding: 3px;
}

ul.ddwhIdentifier a:hover
{
	background-color: silver;
}

ul.ddwhIdentifier ul ul
{

}
