﻿// when the DOM is ready...
$(document).ready(function () {

	$('#scrollMenu').jScrollPane({showArrows:true,scrollbarWidth:24});
	
});