*{font-family:Tahoma; font-size:9pt}
.TopGroup
{
	background-color: white;
	width: 210px;
	line-height: 1.5;
	display:table
}
.TopGroup tbody tr td{ width:210px; border:1px solid Silver; cursor:pointer; background:url(images/menu.gif) center right no-repeat; padding:2px 15px 0 0}
.Group
{
	background-color: white;
	line-height: 1.5;
	width: 150px;
}
.Group tbody tr td{border-bottom:1px dashed Silver; cursor:pointer; background:url(images/menu.gif) center right no-repeat; padding:3px 15px 0 0}
.Item
{
	background-color: blue;
	font-size: 12px;
	cursor: pointer;
}

.ItemH
{
	background-color: silver;
	color: black;
	font-size: 12px;
	border: solid 1px gray;
	cursor: pointer;
}

.ItemExp
{
	background-color: silver;
	color: black;
	font-size: 12px;
	border: solid 1px white;
	cursor: pointer;
}

