	/* For French Tabs Only*/
			ul.sfNavHorizontalTabs li {
				border-left: 1px solid #ABABAB;
				border-right: 1px solid #ABABAB;
				border-top: 1px solid #ABABAB;
				float: right;
				padding: 2px 10px 5px 10px;
				background: #E8E8E8;
				margin-right: 3px;
			}
			
			ul.sfNavHorizontalTabs li a {
				text-decoration: none;
				color: #000;
				
			}
			
			ul.sfNavHorizontalTabs li a .sfSel {
				background: #FFF !important;
			}