$(document).ready(function(){
	$('#vmenu').autosprites({
		orientation: 'vertical',
		offset: '135px'
	});
});