        .tabmenu_2 {
            position: relative;
            width: 100%;
            padding:0px;
            margin: 0px 0;
        }
                .tabmenu_2 li {
                    float: left;
                    list-style: none;
                }
                    .tabmenu_2 li.back {
                        background: url(menu.png) no-repeat center 0px;
                        width: 9px; height: 52px;
                        z-index: 8;
                        position: absolute;border-radius:8px;
						border-top-right-radius: 7px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
border-bottom-right-radius: 8px; 
border-bottom-left-radius: 8px;behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */

-moz-border-radius: 8px; /* Firefox */
  -webkit-border-radius: 8px; /* Safari and Chrome */
  border-radius: 8px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */

                    }
                        .tabmenu_2 li.back .left {
                            background: url(menu.png) no-repeat top left;
                            margin-right: 9px; border-radius:8px; /* 7px is the width of the rounded shape */
                        }
                    .tabmenu_2 li a {
                        font: bold 14px arial;
                        text-decoration: none;
                        color: #fff;
                        outline: none;
                        text-align: center;
                        top: 7px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 52px;
                        position: relative;
                        margin:0px; text-align:center; padding:0 15px 0 15px;
                    }
                        .tabmenu_2 li a:hover, .tabmenu_2 li a:active, .tabmenu_2 li a:visited {
                            border: none;
                        }

       