img{border:none}
            

            
            #wrap {
                width:640px;
                height:20px;
              /* margin:0 auto;*/
              margin-top:-5px;
               float:right;
            }
           
            /* Menu Start Here */
            
            #Ul1 li 
            {
            	height:20px;
                display: inline;
                list-style: none;
                padding: 0;
				border-right:1px solid #FFFFFF;
            }
            
            #Ul1 li a {                
				height:20px;
                padding: 8px 6px 8px 6px;
               font-family:Arial;font-size:12px;color:#333333;text-decoration:none; font-weight:Normal;
                margin-left: -5px;
                /* This is the background used for the animation */
                background-image: url('image.png');
                /* Align the image position to the left of the a */
                background-position: left;
                -webkit-transition: all 0.8s ease-in-out;
                /* Animation with transition in Firefox (No supported Yet) */
                -moz-transition: all 0.8s ease-in-out;
                /* Animation with transition in Opera (No supported Yet)*/
                -o-transition: all 0.8s ease-in-out;
            }
            
            #Ul1 li a:hover 
            {
            	height:30px;
                color: #fff;
                /* Align the image position of the background to the right*/
                background-position:right;
            }