div.bottommenu {
	   width: 980px;
       margin: 0px auto;       
       height: 141px;    
       color: white;
        font-size: 12px;   
	}    
    div.bottommenu ul {
        float: left;
        width: 980px;
        height: 141px;
        margin: 0 auto;
        padding: 0;            
    }
    div.bottommenu li {
        display: block;
        float: left;
        width: 90px;
        height: 121px;
        padding-top:  20px;
        text-align: center;
        background-image: url(center.png);
        background-repeat: repeat-x;
    }
    div.bottommenu li.left0 {        
        background-image: url(left0.png);
        background-repeat: no-repeat;
        width: 130px;        
    }
    div.bottommenu li.right0 {        
        background-image: url(right0.png);
        background-repeat: no-repeat;
        width: 130px;       
    }
    div.bottommenu li.left1 {        
        background-image: url(left1.png);
        background-repeat: no-repeat;        
    }
    div.bottommenu li.right1 {        
        background-image: url(right1.png);
        background-repeat: no-repeat;        
    }
    div.bottommenu li.left2 {        
        background-image: url(left2.png);
        background-repeat: no-repeat;        
    }
    div.bottommenu li.right2 {        
        background-image: url(right2.png);
        background-repeat: no-repeat;        
    }
    div.bottommenu li a {
        color: white;
        font-size: 12px;
    }
    div.bottommenu li a:hover {
        
    }
