#tabsonglets {
    display:block;
	margin: 0;
}

    ul.tabsonglets li a {
        z-index: 2;
        white-space: nowrap; /* required in IE 6 */
    }
	
	ui-tabs { margin: 0; padding: 0;}

    .ui-tabs { zoom: 1; }
    .ui-tabs .ui-tabs-nav {  }
    .ui-tabs .ui-tabs-nav li {  }
    .ui-tabs .ui-tabs-nav li a {  }
    .ui-tabs .ui-tabs-nav li.ui-tabs-selected a { }
    .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
    .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; }
    .ui-tabs .ui-tabs-panel { display: block; border-width: 0; background: none; }
    .ui-tabs .ui-tabs-hide { display: none !important; }
	
	
	.tabsonglets {
		float: left;
		margin: 10px 0 2em 0;
	}
	
	.tabsonglets li{
	  display: block;
	  float:left;
	  margin: 0 30px 0 0 ;
	  padding: 0;
	  list-style:none;
	  background: none;
	}
	
	  .tabsonglets a {
		  display: block;
		  float: left;
		  padding: 0 0 15px 0;
		  font: normal normal 12px/12px Verdana, Geneva, sans-serif;
		  text-decoration: none;
		  text-transform: uppercase;
	  }
	  .tabsonglets a:link, .tabsonglets a:visited { background: url(../images/template/sub-menu-rub-bg.png) center bottom no-repeat; color: #666;}
	  .tabsonglets a:hover, .tabsonglets a:active, .tabsonglets a:focus, .tabsonglets a.active { background: url(../images/template/sub-menu-rub-hover-bg.png) center bottom no-repeat; color: #fff; }				