        .navi {
position:relative;
            height: 30px;
            width: 530px;
            background: none;
            padding:0;
            margin:0 20px 0 0;
			 float:right;
        }
		*html .navi{margin:0;width: 550px;}
                .navi li {
                    float: left;
                    list-style: none;
                }
                    .navi li.back {
                        background: url("../images/nav_back.png") no-repeat right -30px;
                        width: 9px; height: 30px;
                        z-index: 8;
                        position: absolute;
                    }
					
                        .navi li.back .left {
                            background: url("../images/nav_back.png") no-repeat top left;
                            height: 30px;
                            margin-right: 9px; /* 9px is the width of the rounded shape */
                        }
                    .navi li a {
                        font: normal 14px arial;
                        text-decoration: none;
                        color: #666;
						line-height:30px;
                        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{ color:#ff756d;}

        