
.Level0item td, .Level0itemHover td, .Level0itemSel td, .Level0itemExp td {
	height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	color:#336666;
	cursor: pointer;
	border-bottom: 1px solid #E2DED0;
	padding: 4px 0px 4px 10px;
	background-color: #eeeeee;
}

.Level0itemHover td {
	/*background-color: #fef6d2;*/
	background-color: #FAEFC1;
}

.Level0itemSel td, .Level0itemExp td {
	color:#336666;
	/*background-color: #fef6d2;*/
	background-color: #FAEFC1;
}


.Level1item td,.Level1itemHover td, .Level1itemSel td, .Level1itemExp td, .Level2item td,.Level2itemHover td, .Level2itemSel td, .Level2itemExp td {
	/*color: #336699;*/
	/*color: #06997f;*/
	color: #c78862;
	height: 16px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-weight: bold;
	/*background-color:#FAF6E5;*/
	padding: 3px 0px 3px 25px;
	cursor: pointer;
	border-bottom: 1px solid #E2DED0;
	background-color: #fff1e9;
}

.Level1itemHover td {
	color: #1d9595;
}

.Level2item td,.Level2itemHover td, .Level2itemSel td {
	color: #06997f;
	font-weight:normal;
	border-bottom: none;	
}

.Level1itemSel td, .Level2itemSel td {
	color: #1d9595;
	background-color: #fff1e9;
}

.Level1groupCss {

	border-bottom: 1px solid #E2DED0;
}

