// JavaScript Document
$(document).ready(function(){
	$('#nav-products').hover(function () {$('#nav-category').show()}, function () {});
});
