/* Front side Menu JS */
// Javascript originally by Patrick Griffiths and Dan Webb.
// http://htmldog.com/articles/suckerfish/dropdowns/

$(document).ready(function(){
    $("a[rel='lightbox']").colorbox();
});
