#tabs{
   border: medium none;
    margin: 0;
    overflow: hidden;
    padding: 0;
	position: relative;
}
ul.ui-tabs-nav li.ui-state-default { 
	background: url("../../imgs/tabLiBg.png") no-repeat scroll 0 0px transparent;
}
ul.ui-tabs-nav li:first-child  {
	background: url("../../imgs/firstTabLiBg.png") no-repeat scroll 0 0px transparent;
}
ul.ui-tabs-nav .ui-tabs-selected:first-child  {
	background: url("../../imgs/firstSelectedTabLiBg.png") no-repeat scroll 0 0px transparent ;
	margin-left: 0;
}
ul.ui-tabs-nav li.ui-tabs-selected { 
	background: url("../../imgs/firstSelectedTabLiBg.png") no-repeat scroll 0 0px transparent;
	margin-left: -16px;
}
.ui-tabs .ui-tabs-nav li a {
    outline: medium none;
}
ul.ui-tabs-nav {
    background: none repeat scroll 0 0 transparent;
/*
    border-color: -moz-use-text-color -moz-use-text-color #D0D0D0;
    border-radius: 0 0 0 0;
    border-style: none none solid;
    border-width: medium medium 4px;
*/
    width: 644px;
}
.ui-tabs .ui-tabs-nav {
    border: 0 none;
    margin: 0;
    position: absolute;
	margin-left:25px;
}
.ui-tabs .ui-tabs-panel {
    background: url("../../imgs/tabBg.png") repeat-x scroll 0 0 transparent !important;
}
ul.ui-tabs-nav{
    height: 41px;
}


ul.ui-tabs-nav li.ui-state-active{
    z-index: 99;
}

.ui-tabs .ui-tabs-nav {
    height: 47px;
}

.ui-tabs .ui-tabs-panel {
    background: none repeat scroll 0 0 transparent;
    display: block;
	margin-top: 42px;
    overflow: hidden;
    border-top: -moz-use-text-color -moz-use-text-color #b0b0b0;
    border-top:2px solid #fff !important;
}

.ui-tabs .ui-tabs-panel {
	border-left: 0px solid #cfcfcf!important;
	border-right: 0px solid #cfcfcf!important;
	border-bottom: 0px solid #cfcfcf!important;
}




jquery.tabs.css (line 6)
.ui-tabs .ui-tabs-nav li {
    border-bottom: 0 none !important;
    float: left;
    list-style: none outside none;
    padding: 0;
    position: relative;
    top: 1px;
    white-space: nowrap;
}

