﻿body {
}
        #tab{   
             width:660px;   
             border:0px; 
             overflow:hidden;
             float:left;  
             margin-top:2px; 
        }  
        
    #menu   
        {    position :relative;  
			top:1px;
			
            float:left;   
            z-index:1;            
        } 
        
               #menu ul   
        {      
            margin:0px;   
            padding:0px;   
            list-style-type:none;   
        }  
        
       #menu li   
        {   
                float:left;   
             display:block;   
             cursor:pointer;   
             width:105px;   
             text-align:center;   
          margin-right:5px;
          line-height:32px;
          height:32px;
             border-right:0px solid #a992b8; 
                     background-image: url('../images/in_10.jpg');   
                         background-repeat: no-repeat; 
                         font-weight:bolder;
                         color:White;
                     
             
        } 
        
         #menu li.hover
         {
			background-image: url('../images/in_8.jpg');   
		 
          color:Black;
    background-repeat: no-repeat;            
           border-bottom:solid 1px #e8dcf2;   
          

       
        }   
        
               #main1 ul
               {
				 margin:0px; padding:0px;
         display: none;   
            list-style:none;   
        }   
        #main1 ul.block{   
            display: block;   
           
        } 
        
        
          #main1    
        {              
     
            
            top:-1px;   
            clear:left;               
            border:solid 1px #a992b8;    
           
       /*--      z-index:-1;--*/
        background-color:#e8dcf2;
   background-image: url('../images/in_20.jpg');   
   height:354px;
   margin:0px;
  text-align:center;
            
        }
        
            #mian2 ul.block{   
            display: block;   
           
        }     
                       #mian2 ul{   
         display: none;   
            list-style:none;   
            text-align:left;
            margin:0px; padding:0px;
        } 
