$(function() {

	$(".sidemenu").css("opacity","0.75");

	 

	$(".sidemenu").hover(function () {
	 

$(this).stop().animate({
	opacity: 1.0
	}, "slow");
	},
	 

	function () {
	 

	$(this).stop().animate({
	opacity: 0.75
	}, "slow");
	});
	});
	
$(function() {

	$(".headsmenu").css("opacity","0.9");


	$(".headsmenu").hover(function () {
	 

$(this).stop().animate({
	opacity: 1.0
	}, "slow");
	},
	 

	function () {
	 

	$(this).stop().animate({
	opacity: 0.9
	}, "slow");
	});
	});
	
	$(function() {

	$(".gal_mini").css("opacity","0.7");

	 

	$(".gal_mini").hover(function () {
	 

$(this).stop().animate({
	opacity: 1.0
	}, "slow");
	},
	 

	function () {

	$(this).stop().animate({
	opacity: 0.7
	}, "slow");
	});
	});
	$(function() {

	$(".gallmenu").css("opacity","0.75");

	 

	$(".gallmenu").hover(function () {
	 

$(this).stop().animate({
	opacity: 1.0
	}, "slow");
	},
	 

	function () {
	 

	$(this).stop().animate({
	opacity: 0.75
	}, "slow");
	});
	});
$(function() {

	$(".valid").css("opacity","0.0");

	 

	$(".valid").hover(function () {
	 

$(this).stop().animate({
	opacity: 1.0
	}, "slow");
	},

	function () {
	 

	$(this).stop().animate({
	opacity: 0.0
	}, "slow");
	});
	});

