.hoverLeftPane{
		border-bottom:solid 1px #cccccc;
		cursor:pointer;
		background-image:url("../../images/list.gif");
		background-position:left;
		background-repeat:no-repeat;
		padding-left:15px;
		background-color:#FFFFFF;
		text-decoration:underline;
		font-family:'Trebuchet MS';
		font-size:11px;
}

.list{
	text-decoration:underline;
	font-family:Tahoma, "Times New Roman";
	font-size:12px;
	}
	
.normalLeftPane{
	border-bottom:solid 1px #cccccc;
	background-image:url("../../images/list.gif");
	background-position:left;
	background-repeat:no-repeat;
	padding-left:15px;
	font-family:'Trebuchet MS';
	font-size:11px;
	}
	
.normalLeftPaneRoot{
	border-bottom:solid 1px #cccccc;
	font-family:'Trebuchet MS', "Times New Roman";
	font-size:11px;
	}
	
.hoverLeftPaneRoot{
	border-bottom:solid 1px #cccccc;
	cursor:pointer;
	text-decoration:underline;
	font-family:'Trebuchet MS', "Times New Roman";
	font-size:11px;
	background-color:#FFFFFF;
	}

