 
	$(document).ready(function(){
	$('#usc_menu1_m1').hover(function() { $('#usc_menu1_m1', this).stop(true, true).slideUp('slow'); }, function() { $('#usc_menu1_m1', this).slideDown('slow'); });
	$('#usc_menu1_m1').css({ backgroundPosition: "0px 150px" }).hover(function() { $(this).stop().animate({ backgroundPosition: "(0px 0px)" }, 150); }, function() { $(this).stop().animate({ backgroundPosition: "(0px 150px)" }, 250); });
	$('#usc_menu1_m2').hover(function() { $('#m2', this).stop(true, true).slideUp('slow'); }, function() { $('#m2', this).slideDown('fast'); });
	$('#usc_menu1_m2').css({ backgroundPosition: "0px 150px" }).hover(function() { $(this).stop().animate({ backgroundPosition: "(0px 0px)" }, 150); }, function() { $(this).stop().animate({ backgroundPosition: "(0px 150px)" }, 250); });
	$('#usc_menu1_m3').hover(function() { $('#m3', this).stop(true, true).slideUp('fast'); }, function() { $('#m3', this).slideDown('fast'); });
	$('#usc_menu1_m3').css({ backgroundPosition: "0px 150px" }).hover(function() { $(this).stop().animate({ backgroundPosition: "(0px 0px)" }, 150); }, function() { $(this).stop().animate({ backgroundPosition: "(0px 150px)" }, 250); });
	$('#usc_menu1_m4').hover(function() { $('#m4', this).stop(true, true).slideUp('fast'); }, function() { $('#m4', this).slideDown('fast'); });
	$('#usc_menu1_m4').css({ backgroundPosition: "0px 150px" }).hover(function() { $(this).stop().animate({ backgroundPosition: "(0px 0px)" }, 150); }, function() { $(this).stop().animate({ backgroundPosition: "(0px 150px)" }, 250); });
	$('#usc_menu1_m5').hover(function() { $('#m5', this).stop(true, true).slideUp('fast'); }, function() { $('#m5', this).slideDown('fast'); });
	$('#usc_menu1_m5').css({ backgroundPosition: "0px 150px" }).hover(function() { $(this).stop().animate({ backgroundPosition: "(0px 0px)" }, 150); }, function() { $(this).stop().animate({ backgroundPosition: "(0px 150px)" }, 250); });

});

function mOver(elm) {
    document.getElementById(elm).style.backgroundImage = 'url(img/bck_m_on.jpg)';
    document.getElementById(elm).style.backgroundRepeat = 'repeat-x';
}


function expandirArea() {
    document.getElementById("lateral").style.width = '200px';
    document.getElementById("utilities").style.width = '200px';
    document.getElementById("usc_utilities1_private_login").style.display = "block";
    document.getElementById("private_area").style.display = "none";
}


