
	/* Entire pane */

	#dhtmlgoodies_xpPane {
		min-height: 450px;
		width:178px;
		background: url(img/bg_body.png) repeat-y;	
	}
	
	#dhtmlgoodies_xpPane a {
		font: small Verdana, Geneva, sans-serif;
		color: #000;
		text-decoration: none;	
	}
	
	#dhtmlgoodies_xpPane .subBar:hover {
		font-weight: bold;
		
	}
	
	#dhtmlgoodies_xpPane .subBar_active {
		color: #4ca7d3;
		font-weight: bold;
		
	}
	
	
	#dhtmlgoodies_xpPane .full2 {
		height: 140px;
		width: 190px;
		background: url(img/bmenu.png) no-repeat;
	}
	
#dhtmlgoodies_xpPane .full2 .subfull {
		padding-left: 25px;
	}
	
	#dhtmlgoodies_xpPane .full2 .topBar2 {
		font: bold small Verdana, Geneva, sans-serif;
		color:#000;
		float:left;
		padding-left:10px;
		padding-top:11px;
		width: 178px;
		height: 26px;
	}
	
	#dhtmlgoodies_xpPane .full {
		height: 140px;
		width: 190px;
		background: url(img/bmenu_open.png) no-repeat;
	}
	
	#dhtmlgoodies_xpPane .full .subfull {
		padding-left: 25px;
	}
	
	#dhtmlgoodies_xpPane .full .topBar2 {
		font: bold small Verdana, Geneva, sans-serif;
		color:#000;
		float:left;
		padding-left:10px;
		padding-top:11px;
		width: 178px;
		height: 26px;
	}

	#dhtmlgoodies_xpPane .topBar {
		/* display: block; */
		font: bold small Verdana, Geneva, sans-serif;
		color:#000;
		float:left;
		padding-left:10px;
		padding-top:15px;
		width: 178px;
		height: 41px;
		background: url(img/item.png) no-repeat;
	}
	
		#dhtmlgoodies_xpPane .topBar_active {
		/* display: block; */
		font: bold small Verdana, Geneva, sans-serif;
		color:#000;
		float:left;
		padding-left:10px;
		padding-top:15px;
		width: 178px;
		height: 41px;
		background: url(img/item_active.png) no-repeat;
	}
	
	
	#dhtmlgoodies_xpPane .topBar:hover {
		background: url(img/item_active.png) no-repeat;
	}
