
	
			leftBpiece = 'border-left: ' + rightnavboxBorderV;
			rightBpiece = 'border-right: ' + rightnavboxBorderV;
			topBpiece = 'border-top: ' + rightnavboxBorderV;
			bottomBpiece = 'border-bottom: ' + rightnavboxBorderV;
			leftNavBulletStr = '';
			topbottomPad = 'padding-bottom: ' + rightCellHeightV + ';padding-top: ' + rightCellHeightV + ';';
			if (rightcolumnalignmentV=='left')
			{
				if (rightnavBulletImageV.length != 0)
				{				
					leftNavBulletStr = '<td valign="middle" width="5" style="' + topbottomPad + topBpiece + bottomBpiece + leftBpiece + 'border-right: none;"><img src="'+rightnavBulletImageV + '"/></td>';
					leftBpiece = 'border-left: none;';
				}					
				leftNavBulletStr = leftNavBulletStr + '<td style="' + topbottomPad + leftBpiece + topBpiece + bottomBpiece + 'border-right: none;" width="3"><img width="3" src="'+webPathStr+'/images/dot.gif"/></td>';
				leftBpiece = 'border-left: none;';
			}
			
			
			
			rightNavBulletStr = '';
			if (rightcolumnalignmentV=='right' || rightcolumnalignmentV=='center')
			{
				if (rightnavBulletImageV.length != 0)
				{
					rightNavBulletStr = '<td valign="middle" width="5" style="' + topbottomPad + topBpiece + bottomBpiece + 'border-right: none;border-left: none;"><img src="' + rightnavBulletImageV + '"/></td>';
				}
				rightNavBulletStr = rightNavBulletStr + '<td width="3" style="' + topbottomPad + rightBpiece + topBpiece + bottomBpiece + 'border-left: none;"><img width="3" src="'+webPathStr+'/images/dot.gif"/></td>';
				rightBpiece = 'border-right: none;';
			}
			
			centerBorderStyle = leftBpiece + topBpiece + bottomBpiece + rightBpiece;
	
	
				
			
			childCatsVal += '<tr>';
				childCatsVal += leftNavBulletStr;
				childCatsVal += '<td valign="middle" align="' + rightcolumnalignmentV + '" width="95%" style="' + topbottomPad + centerBorderStyle + '"><span class="textfont"><a class="rightnavlink" target="_self" href="'+webPathStr+'/fcontent/PARTNERS/RESELLERS_&amp;_AFFILIATES/index.php">' + T97100109105110_1088431292853 + '</a></span></td>';
				childCatsVal += rightNavBulletStr;
			childCatsVal += '</tr>';					
		