        .navi {
position:relative;
            height: 52px;
            width: 670px;
            background: none;
            padding:0;
            margin:0 ;
			 float:right;
        }
		*html .navi{margin:0;width: 670px;}
                .navi li {
                    float: left;
                    list-style: none;
                }
                    .navi li.back {
                        background: url("../images/hover.png") no-repeat right -2px;
						margin-top:-4px;
                        /*width: 9px; height: 30px;*/
                        z-index: 8;
                        position: absolute;
                    }
					
                        .navi li.back .left {
                            background:none;
                            height: 52px;
                            /*margin-right: 9px; /* 9px is the width of the rounded shape */
                        }
						.navi li a {z-index: 10;position: relative;
                        overflow: hidden;}
                    /*.navi li a {
                        font: normal 14px arial;
                        text-decoration: none;
                        color: #666;
						line-height:52px;
                        outline: none;
                        text-align: center;
                        top:0;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px;
						font-weight:bold;
                    }*/
*html .navi li a{margin: auto 5px;}
                       .navi li a:hover{
                            border: none;
							color: #ff756d;
                        }

						.navi li.current a{background: url("../images/hover.png") no-repeat right -2px; }

        
