jQuery(document).ready(function($){ 
cssmenu.init({
	mainmenuid: "menu", //Menu DIV id
	orientation: 'v', 
	classname: 'menu', //class added to menu's outer DIV
	contentsource: "markup", //"markup" or ["container_id", "path_to_menu_file"]
	showarrows : false,
	arrowimages: {down:['menu-downarrowclass', 'down.gif', 23], right:['menu-rightarrowclass', 'right.gif']},
	transition: {overtime:300, outtime:300}, //duration of slide in/ out animation, in milliseconds
	shadow: {enable:false, offsetx:2, offsety:2}, //enable shadow?
	showhidedelay: {showdelay: 200, hidedelay: 300}, //set delay in milliseconds before sub menus appear and disappear, respectively
	zIndex : 500
})

 });
