#lava #box {
	/* position absolute so that z-index can be defined and able to move this item using javascript */
		position:absolute;
	left:0;
	top:-9px;
	/* should be lower than the list menu */
		z-index:50;
	height:40px;
	/* add padding 8px so that the tail would appear */
		padding-right:6px;
	/* self-adjust negative margin to make sure the box display in the center of the item */
		margin-left:-10px;
	background-repeat: no-repeat;
	background-color: #edeae1;
	background-image: url(../images/corner_R.jpg);
	background-position: right top;
	}
	
	#lava #box .head {
	height:40px;
	/* self-adjust left padding to make sure the box display in the center of the item */
		padding-left:16px;
	background-color: #edeae1;
	background-image: url(../images/corner_L.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
	