#dhtmltooltip{
	position: absolute;
    left: -270px;
	top: 5px;
    width: 150px;
    visibility: hidden;
    z-index: 100;
	background : #fff;
	border : 5px solid #000000;
	-moz-border-radius : 15px;
	padding : 5px 5px 15px 15px;
	
	
    /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
    position:absolute;
    left: -300px;
    z-index: 1000;
    visibility: hidden;
}

.navBalloon ul { }
.navBalloon ul li { background: url(/images/consumer_v4/icons/arrow_orange_small.gif) no-repeat top left;  padding: 2px 0 2px 10px; } 
