I need to make round corners, when i am trying like this its working in firefox and chrome but not in IE.
#tab_labels div {
border-top-right-radius:4px;
border-top-left-radius:4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
}