html{
background-color: #5A92B5;
}
            /*em#yahoolabel {

                text-indent: -6em;
                display: block;
                background: url(http://us.i1.yimg.com/us.yimg.com/i/us/nt/b/purpley.1.0.gif) center center no-repeat;
                width: 2em;
                overflow: hidden;

            }*/


            /*
                Setting the "zoom" property to "1" triggers the "hasLayout" 
                property in IE.  This is necessary to fix a bug IE where 
                mousing mousing off a the text node of MenuItem instance's 
                text label, or help text without the mouse actually exiting the
                boundaries of the MenuItem instance will result in the losing  
                the background color applied when it is selected.
            */
            
#filemenu.visible .yuimenuitemlabel,
#editmenu.visible .yuimenuitemlabel {

*zoom: 1;

}


			/*
				Remove "hasLayout" from the submenu of the file menu.			
			*/

#filemenu.visible .yuimenu .yuimenuitemlabel {

*zoom: normal;

}

