#tab-wrap {
margin:0;
overflow:visible;
}

ul#tabs {
	text-align: left;
	margin: 0 0 0 0;
	font: bold 12px  arial, verdana, sans-serif;
	border-bottom: 1px solid #333;
	list-style-type: none;
	padding: 4px 10px 4px 10px;
	letter-spacing: .5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}

ul#tabs li { /* do not change */
display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4, body#tab5 li.tab5, body#tab6 li.tab6, body#tab7 li.tab7 { /* settings for selected tab */
border-bottom: #0b6cc8; /* set border color to page background color */
background-color: #0b6cc8; /* set background color to match above border color */
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a, body#tab5 li.tab5 a, body#tab6 li.tab6 a, body#tab7 li.tab7 a  { /* settings for selected tab link */
background-color: #ffffff; /* set selected tab background color as desired */
color: #000000; /* set selected tab link color as desired */
position: relative;
padding-top: 10px; /* must change with respect to padding (X) above and below */
border-top: 1px solid #666;
border-right: 1px solid #666;
border-left: 1px solid #666;
border-bottom: 1px solid #fff;
text-decoration: none;
}

ul#tabs li a { /* settings for all tab links */
padding: 4px 10px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border:#0b6cc8; /* set border COLOR as desired; usually matches border color specified in #tabs */
background-color: #0b6cc8; /* set unselected tab background color as desired */
color: #ffffff; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-right: 1px solid #0b6cc8; 
border-left: 1px solid #0b6cc8; 
border-bottom: none;
}

ul#tabs  a:hover { /* settings for hover effect */
background: transparent; /* set desired hover color */
color:#CFD0B3;
text-decoration: underline;
}

ul#tabs li.lang { /* position for "french" or "english" link"*/
position: absolute;
top: 131px; left: 711px;
}

