        $(document).ready(function()
        {
//for left_menu
// mouse over
            $('#left_menu_style').mouseover (function()
            {
                var this2 = '#'+this.id +' #border';
                var this3 = '#'+this.id +' #border2';
                $(this2).css('backgroundColor', '#eb6100');
                $(this3).css('backgroundColor', '#eb6100');
            });

            $('#left_menu_style0').mouseover (function()
            {
                var this2 = '#'+this.id +' #border';
                var this3 = '#'+this.id +' #border2';
                $(this2).css('backgroundColor', '#eb6100');
                $(this3).css('backgroundColor', '#eb6100');

            });
            
            $('#left_menu_style1').mouseover (function()
            {
                var this2 = '#'+this.id +' #border';
                var this3 = '#'+this.id +' #border2';
                $(this2).css('backgroundColor', '#eb6100');
                $(this3).css('backgroundColor', '#eb6100');

            });
            
            $('#left_menu_style2').mouseover (function()
            {
                var this2 = '#'+this.id +' #border';
                var this3 = '#'+this.id +' #border2';
                $(this2).css('backgroundColor', '#eb6100');
                $(this3).css('backgroundColor', '#eb6100');

            });
            
            $('#left_menu_style3').mouseover (function()
            {
                var this2 = '#'+this.id +' #border';
                var this3 = '#'+this.id +' #border2';
                $(this2).css('backgroundColor', '#eb6100');
                $(this3).css('backgroundColor', '#eb6100');

            });
            
            $('#left_menu_style4').mouseover (function()
            {
                var this2 = '#'+this.id +' #border';
                var this3 = '#'+this.id +' #border2';
                $(this2).css('backgroundColor', '#eb6100');
                $(this3).css('backgroundColor', '#eb6100');

            });
            
            $('#left_menu_style5').mouseover (function()
            {
                var this2 = '#'+this.id +' #border';
                var this3 = '#'+this.id +' #border2';
                $(this2).css('backgroundColor', '#eb6100');
                $(this3).css('backgroundColor', '#eb6100');

            });

            $('#left_menu_style6').mouseover (function()
            {
                var this2 = '#'+this.id +' #border';
                var this3 = '#'+this.id +' #border2';
                $(this2).css('backgroundColor', '#eb6100');
                $(this3).css('backgroundColor', '#eb6100');

            });






//mouse leave

            $('#left_menu_style').mouseleave (function()
            {
                var this2 = '#'+this.id +' #border';
                var this3 = '#'+this.id +' #border2';
                $(this2).css('backgroundColor', '#BBBBBB');
                $(this3).css('backgroundColor', '');
            });


            $('#left_menu_style0').mouseleave (function()
            {
                var this2 = '#'+this.id +' #border';
                var this3 = '#'+this.id +' #border2';
                $(this2).css('backgroundColor', '#BBBBBB');
                $(this3).css('backgroundColor', '');
            });


            $('#left_menu_style1').mouseleave (function()
            {
                var this2 = '#'+this.id +' #border';
                var this3 = '#'+this.id +' #border2';
                $(this2).css('backgroundColor', '#BBBBBB');
                $(this3).css('backgroundColor', '');
            });


            $('#left_menu_style2').mouseleave (function()
            {
                var this2 = '#'+this.id +' #border';
                var this3 = '#'+this.id +' #border2';
                $(this2).css('backgroundColor', '#BBBBBB');
                $(this3).css('backgroundColor', '');
            });


            $('#left_menu_style3').mouseleave (function()
            {
                var this2 = '#'+this.id +' #border';
                var this3 = '#'+this.id +' #border2';
                $(this2).css('backgroundColor', '#BBBBBB');
                $(this3).css('backgroundColor', '');
            });


            $('#left_menu_style4').mouseleave (function()
            {
                var this2 = '#'+this.id +' #border';
                var this3 = '#'+this.id +' #border2';
                $(this2).css('backgroundColor', '#BBBBBB');
                $(this3).css('backgroundColor', '');
            });


            $('#left_menu_style5').mouseleave (function()
            {
                var this2 = '#'+this.id +' #border';
                var this3 = '#'+this.id +' #border2';
                $(this2).css('backgroundColor', '#BBBBBB');
                $(this3).css('backgroundColor', '');
            });


            $('#left_menu_style6').mouseleave (function()
            {
                var this2 = '#'+this.id +' #border';
                var this3 = '#'+this.id +' #border2';
                $(this2).css('backgroundColor', '#BBBBBB');
                $(this3).css('backgroundColor', '');
            });

            

        });
