$(document).ready(function() {
	$('#div__header > table > tbody').prepend('<tr id="vcdd__tr"><td><div id="vcdd__div">View Cart</div></td></tr>')
	.find('#vcdd__tr').css({
		'height': '0',
		'overflow': 'visible'
	})
	.find('td').css({
		'height': '0',
		'overflow': 'visible',
		'text-align' : 'right'
	})
	.find('div').css({
		'font-size': '0.7em',
		'margin': '0 20px 0 0'
	})
	.parents('table').find('#topnav td ul').css({
		'margin-top': '-0.9em'
	})
});
