function mainmenu(){
$(" #nav ul ").css({display: "none"}); // Opera Fix
$(" #nav li").hover(function(){
		$(this).find('ul:first').css({visibility: "visible",display: "none"}).show(400);
		},function(){
		$(this).find('ul:first').css({visibility: "hidden"});
		});
}
$(document).ready(function(){



	mainmenu();


//////////SIDEBAR//////////
/*
$("#sidebar a").click(function () {
$("#sidebar a").css("font-weight","300");
$(this).css("font-weight","900");
$("#sidebar a").css("color","#000");
$(this).css("color","#C15C0C");
});
*/
$('a.custom01').click(function(){
$("div#galleryWrapper").load("http://www.gowithcd.com/wes01/exhibits/custom/inline/images.php");
$('#galleryTitle').html('Inline Exhibits');
});
$('a.custom02').click(function(){
$("div#galleryWrapper").load("http://www.gowithcd.com/wes01/exhibits/custom/island&peninsula/images.php");
$('#galleryTitle').html('Islands and Peninsulas');
});
$('a.portable01').click(function(){
$("div#galleryWrapper").load("http://www.gowithcd.com/wes01/exhibits/portable/bannerstands/images.php");
$('#galleryTitle').html('Banner Stands');
});
$('a.portable02').click(function(){
$("div#galleryWrapper").load("http://www.gowithcd.com/wes01/exhibits/portable/tabletop/images.php");
$('#galleryTitle').html('Tabletop Displays');
});
$('a.portable03').click(function(){
$("div#galleryWrapper").load("http://www.gowithcd.com/wes01/exhibits/portable/10foot/images.php");
$('#galleryTitle').html('10 foot Displays');
});
$('a.portable04').click(function(){
$("div#galleryWrapper").load("http://www.gowithcd.com/wes01/exhibits/portable/20foot/images.php");
$('#galleryTitle').html('20 foot Displays');
});
$('a.portable05').click(function(){
$("div#galleryWrapper").load("http://www.gowithcd.com/wes01/exhibits/portable/modularislands/images.php");
$('#galleryTitle').html('Modular Islands');
});
$('a.portable06').click(function(){
$("div#galleryWrapper").load("http://www.gowithcd.com/wes01/exhibits/portable/nomadic/images.php");
$('#galleryTitle').html('Nomadic Displays');
});
$('a.rental01').click(function(){
$("div#galleryWrapper").load("http://www.gowithcd.com/wes01/exhibits/rentals/custom/images.php");
$('#galleryTitle').html('Custom Rental Exhibits');
});
$('a.rental02').click(function(){
$("div#galleryWrapper").load("http://www.gowithcd.com/wes01/exhibits/rentals/portable/images.php");
$('#galleryTitle').html('Custom Portable Exhibits');
});
$('a.events').click(function(){
$("div#galleryWrapper").load("http://www.gowithcd.com/wes01/exhibits/events/images.php");
$('#galleryTitle').html('Event Displays and Signage');
});
$('a.ecoFriendly').click(function(){
$("div#galleryWrapper").load("http://www.gowithcd.com/wes01/exhibits/ecofriendly/images.php");
$('#galleryTitle').html('Eco-Friendly');
});
$('a.tvAndRadio').click(function(){
$("div#galleryWrapper").load("http://www.gowithcd.com/wes01/exhibits/broadcast/images.php");
$('#galleryTitle').html('Broadcast Sets');
});
$('a.installation').click(function(){
$("div#galleryWrapper").load("http://www.gowithcd.com/wes01/signage/installation/images.php");
$('#galleryTitle').html('Installation Services');
});
$('a.vehicleLetter').click(function(){
$("div#galleryWrapper").load("http://www.gowithcd.com/wes01/signage/vehicleletter/images.php");
$('#galleryTitle').html('Vehicle Lettering');
});
$('a.exterior').click(function(){
$("div#galleryWrapper").load("http://www.gowithcd.com/wes01/signage/exterior/images.php");
$('#galleryTitle').html('Exterior Signage');
});
$('a.interior').click(function(){
$("div#galleryWrapper").load("http://www.gowithcd.com/wes01/signage/interior/images.php");
$('#galleryTitle').html('Interior Signage');
});
$('a.retail').click(function(){
$("div#galleryWrapper").load("http://www.gowithcd.com/wes01/signage/retail/images.php");
$('#galleryTitle').html('Retail Signage');
});
$('a.espnmodels').click(function(){
$("div#galleryWrapper").load("http://www.gowithcd.com/wes01/signage/espnmodels/images.php");
$('#galleryTitle').html('ESPN Models');
});

//MENU








});