// JavaScript Document
$(function() {
//    $("pre").corner("8px");
});


	jQuery(document).ready(function() {
		$(".selectors").dropDownPanels({
			speed: 250,
			resetTimer: 0
		});
		$("#menu").dropDownPanels({
			speed: 250,
			resetTimer: 0
		});
	});



