 
	$(document).ready(function(){
	$('#usr_menu1_m1').hover(function() { $('#usr_menu1_m1', this).stop(true, true).slideDown('slow'); }, function() { $('#usr_menu1_m1', this).slideUp('slow'); });
	$('#usr_menu1_m1').css({ backgroundPosition: "0px 0px" }).hover(function() { $(this).stop().animate({ backgroundPosition: "(0px 0px)" }, 150); }, function() { $(this).stop().animate({ backgroundPosition: "(0px 0px)" }, 250); });
	$('#usr_menu1_m3').hover(function() { $('#usr_menu1_m3', this).stop(true, true).slideDown('slow'); }, function() { $('#usr_menu1_m3', this).slideUp('slow'); });
	$('#usr_menu1_m3').css({ backgroundPosition: "0px 0px" }).hover(function() { $(this).stop().animate({ backgroundPosition: "(0px 0px)" }, 150); }, function() { $(this).stop().animate({ backgroundPosition: "(0px 0px)" }, 250); });


 	/*$('#m2').hover(function() { $('#m2', this).stop(true, true).slideUp('slow'); }, function() { $('#m2', this).slideDown('fast'); });
 	$('#m2').css({ backgroundPosition: "0px 150px" }).hover(function() { $(this).stop().animate({ backgroundPosition: "(0px 0px)" }, 150); }, function() { $(this).stop().animate({ backgroundPosition: "(0px 150px)" }, 250); });
 	$('#m3').hover(function() { $('#m3', this).stop(true, true).slideUp('fast'); }, function() { $('#m3', this).slideDown('fast'); });
 	$('#m3').css({ backgroundPosition: "0px 150px" }).hover(function() { $(this).stop().animate({ backgroundPosition: "(0px 0px)" }, 150); }, function() { $(this).stop().animate({ backgroundPosition: "(0px 150px)" }, 250); });
 	$('#m4').hover(function() { $('#m4', this).stop(true, true).slideUp('fast'); }, function() { $('#m4', this).slideDown('fast'); });
 	$('#m4').css({ backgroundPosition: "0px 150px" }).hover(function() { $(this).stop().animate({ backgroundPosition: "(0px 0px)" }, 150); }, function() { $(this).stop().animate({ backgroundPosition: "(0px 150px)" }, 250); });
 	$('#m5').hover(function() { $('#m5', this).stop(true, true).slideUp('fast'); }, function() { $('#m5', this).slideDown('fast'); });
 	$('#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.color = '#ffffff';
}

function mOut(elm) {

    document.getElementById(elm).style.color = '#B1B3B4';

}

function mOver1(elm) {
    
     document.getElementById(elm).style.color = '#ffffff';
    
         document.getElementById(elm).style.backgroundImage = 'url(img/m1_on.png)';
         document.getElementById('usr_menu1_sb1').style.display = "block";
         document.getElementById(elm).style.height = '144px';
  }
  function mOver3(elm) {

      document.getElementById(elm).style.color = '#ffffff';
         document.getElementById(elm).style.backgroundImage = 'url(img/m3_on.png)';
         document.getElementById('usr_menu1_sb3').style.display = "block";
          document.getElementById(elm).style.height = '144px';
   
 }

 function mOut1(elm) {
    document.getElementById(elm).style.height = '40px';
    document.getElementById('usr_menu1_sb1').style.display = "none";
    document.getElementById(elm).style.color = '#B1B3B4';

 }
 function mOut3(elm) {
     document.getElementById(elm).style.height = '40px';
     
     document.getElementById('usr_menu1_sb3').style.display = 'none';

     document.getElementById(elm).style.color = '#B1B3B4';

 }


function expandirArea() {
    document.getElementById("lateral").style.width = '200px';
    document.getElementById("utilities").style.width = '200px';
    document.getElementById("private_login").style.display = "block";
    document.getElementById("private_area").style.display = "none";
}


/*
function mOn(elm){ 

document.getElementById(elm).style.backgroundImage = 'url(img/bck_menu_on2.jpg)';
document.getElementById(elm).style.backgroundRepeat = 'repeat-x';
document.getElementById(elm).style.height=200;
document.getElementById('s' + elm).style.display='block';

	}
function mOff(elm){ document.getElementById(elm).style.backgroundImage = '';
document.getElementById(elm).style.height='46px';
document.getElementById('s' + elm).style.display='none';
}



function msOver(elm){ 

document.getElementById(elm).style.backgroundImage = 'url(img/m_roll.jpg)';
document.getElementById(elm).style.backgroundRepeat = 'no-repeat';
	}
function msOut(elm){ document.getElementById(elm).style.backgroundImage = '';


function mvOver(elm){ 

document.getElementById(elm).style.backgroundImage = 'url(img/bck_m_v_on.jpg)';
document.getElementById(elm).style.backgroundRepeat = 'no-repeat';
document.getElementById(elm).style.backgroundPosition = 'bottom center';
	}
function mvOut(elm){ 

document.getElementById(elm).style.backgroundImage = 'url(img/separador_v.jpg)';
document.getElementById(elm).style.backgroundRepeat = 'no-repeat';
document.getElementById(elm).style.backgroundPosition = 'bottom center';

}

function mostrarMenu(elm){

if(document.getElementById(elm).style.display=='block'){
document.getElementById(elm).style.display = 'none';
} else {
document.getElementById(elm).style.display = 'block';
}

}*/

