﻿/************************************************table.css************************************/
/* NAV CONTAINER ENGLISH */
#mainnav {
	width: 100%;
	height: 30px;
	background: #8C0303 url(../images/nav_bg.gif) no-repeat top left;
	clear: both;
	margin-bottom: 0;
	position: absolute;
}

.nav {
	width: 100%;
	max-width: 1170px;
	margin: auto;
	display: block;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0;
}

/* STARTS BUTTON 1 */

.nav li.ofanav {
	width: auto;
	height: 28px;
	padding: 0 10px 0 10px;
	background: white;
	display: inline-block;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.15em;
	border-top: 1px #8C0303 solid;
	border-bottom: 1px #8C0303 solid;
	margin-bottom: 0;
}

.nav li.ofanav a {
	text-align: center;
	line-height: 28px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	display: block;
	font-size: 1.15em;
	list-style: none;
	padding: 0;
	margin-left: 0px;
	margin-bottom: 0;
	background: white;
}

.nav li.ofanav .sel {
	text-align: center;
	line-height: 28px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	display: block;
	font-size: 1.15em;
	list-style: none;
	padding: 0;
	margin-left: 0px;
}

.nav li.sep {
	width: 3px;
	display: inline-block;
	float: left;
}

.nav li.sep img {
	border: 0;
	height: 30px;
}


.nav li.sep2 {
	width: 1px;
	background: #ECECFB;
	display: inline;
	color: #444;
	line-height: 30px;
}

/* NAV BUTTON 1 */
.nav li.a1 {
	width: auto;
	height: 30px;
	background: #8C0303;
	display: inline-block;
	float: left;
	margin-bottom: 0;
}

.nav li.a1 a {
	text-align: center;
	line-height: 30px;
	text-decoration: none;
	font-weight: bold;
	color: white;
	display: block;
	font-size: .9em;
	list-style: none;
	padding: 0 10px 0 10px;
	margin-left: 0px;
	margin-bottom: 0;
}

.nav li.a1 a:hover, .nav li.a1 a:active, .nav li.a1 a:focus {
	text-decoration: underline;
	background: #ECECFB;
}

.nav li.a1 .sel {
	width: auto;
	line-height: 30px;
	text-decoration: none;
	font-weight: bold;
	color: #444;
	display: block;
	font-size: .9em;
	list-style: none;
	padding: 0 10px 0 10px;
	margin-left: 0px;
	background: #ECECFB;
}

/* NAV SUB-MENU 1 */
#item1 {
	z-index: 1000;
	position: absolute;
	width: 100%;
	max-width: 980px;
	background-color: #ECECFB;
	list-style: none;
	/*margin-left: -173px;*/
	margin-left: -190px;
	padding: 0;
	border: 0;
	height: auto;
	margin-top: 0;
	text-align: center;
}

.nav li.a1 #item1 li {
  	margin: auto;
  	display: inline;
  	text-align: center;
}

.nav li.a1 #item1 li a {
	width: auto;
	height: auto;
	text-align: center;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-decoration: none;
	color: #000000;
	list-style: none;
	margin: auto;
	padding: 0;
}

.nav li.a1 #item1 li a:hover, .nav li.a1 #item1 li a:active, .nav li.a1 #item1 li a:focus {
	text-decoration: none;
	color: #069;
	background-color: transparent;
}

/* ENDS BUTTON 1 */



/* STARTS BUTTON 2 */

/* NAV BUTTON 2 */
.nav li.a2 {
	width: auto;
	height: 30px;
	background: #8C0303;
	display: inline-block;
	float: left;
	margin-bottom: 0;
}

.nav li.a2 a {
	text-align: center;
	line-height: 30px;
	text-decoration: none;
	font-weight: bold;
	color: white;
	display: block;
	font-size: .9em;
	list-style: none;
	padding: 0 10px 0 10px;
	margin-left: 0px;
	margin-bottom: 0;
}

.nav li.a2 a:hover, .nav li.a2 a:active, .nav li.a2 a:focus {
	text-decoration: underline;
	background: #ECECFB;
}

.nav li.a2 .sel {
	width: auto;
	line-height: 30px;
	text-decoration: none;
	font-weight: bold;
	color: #444;
	display: block;
	font-size: .9em;
	list-style: none;
	padding: 0 10px 0 10px;
	margin-left: 0px;
	background: #ECECFB;
}

/* NAV SUB-MENU 2 */
#item2 {
	z-index: 1000;
	position: absolute;
	width: 100%;
	max-width: 980px;
	background-color: #ECECFB;
	list-style: none;
	/*margin-left: -276px;*/
	margin-left: -299px;
	padding: 0;
	border: 0;
	height: auto;
	margin-top: 0;
	text-align: center;
}

.nav li.a2 #item2 li {
  	margin: auto;
  	display: inline;
  	text-align: center;
}

.nav li.a2 #item2 li a {
	width: auto;
	height: auto;
	text-align: center;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-decoration: none;
	color: #000000;
	list-style: none;
	margin: auto;
	padding: 0;
}

.nav li.a2 #item2 li a:hover, .nav li.a2 #item2 li a:active, .nav li.a2 #item2 li a:focus {
	text-decoration: none;
	color: #069;
	background-color: transparent;
}

/* ENDS BUTTON 2 */


/* STARTS BUTTON 3 */

/* NAV BUTTON 3 */
.nav li.a3 {
	width: auto;
	height: 30px;
	background: #8C0303;
	display: inline-block;
	float: left;
	margin-bottom: 0;
}

.nav li.a3 a {
	text-align: center;
	line-height: 30px;
	text-decoration: none;
	font-weight: bold;
	color: white;
	display: block;
	font-size: .9em;
	list-style: none;
	padding: 0 10px 0 10px;
	margin-left: 0px;
	margin-bottom: 0;
}

.nav li.a3 a:hover, .nav li.a3 a:active, .nav li.a3 a:focus {
	text-decoration: underline;
	background: #ECECFB;
}

.nav li.a3 .sel {
	width: auto;
	line-height: 30px;
	text-decoration: none;
	font-weight: bold;
	color: #444;
	display: block;
	font-size: .9em;
	list-style: none;
	padding: 0 10px 0 10px;
	margin-left: 0px;
	background: #ECECFB;
}

/* NAV SUB-MENU 3 */
#item3 {
	z-index: 1000;
	position: absolute;
	width: 100%;
	max-width: 980px;
	background-color: #ECECFB;
	list-style: none;
	/*margin-left: -463px;*/
	margin-left: -493px;
	padding: 0;
	border: 0;
	height: auto;
	margin-top: 0;
	text-align: center;
}

.nav li.a3 #item3 li {
  	margin: auto;
  	display: inline;
  	text-align: center;
}

.nav li.a3 #item3 li a {
	width: auto;
	height: auto;
	text-align: center;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-decoration: none;
	color: #000000;
	list-style: none;
	margin: auto;
	padding: 0;
}

.nav li.a3 #item3 li a:hover, .nav li.a3 #item3 li a:active, .nav li.a3 #item3 li a:focus {
	text-decoration: none;
	color: #069;
	background-color: transparent;
}

/* ENDS BUTTON 3 */


/* STARTS BUTTON 4 */

/* NAV BUTTON 4 */
.nav li.a4 {
	width: auto;
	height: 30px;
	background: #8C0303;
	display: inline-block;
	float: left;
	margin-bottom: 0;
}

.nav li.a4 a {
	text-align: center;
	line-height: 30px;
	text-decoration: none;
	font-weight: bold;
	color: white;
	display: block;
	font-size: .9em;
	list-style: none;
	padding: 0 10px 0 10px;
	margin-left: 0px;
	margin-bottom: 0;
}

.nav li.a4 a:hover, .nav li.a4 a:active, .nav li.a4 a:focus {
	text-decoration: underline;
	background: #ECECFB;
}

.nav li.a4 .sel {
	width: auto;
	line-height: 30px;
	text-decoration: none;
	font-weight: bold;
	color: #444;
	display: block;
	font-size: .9em;
	list-style: none;
	padding: 0 10px 0 10px;
	margin-left: 0px;
	background: #ECECFB;
}

/* NAV SUB-MENU 4 */
#item4 {
	z-index: 1000;
	position: absolute;
	width: 100%;
	max-width: 980px;
	background-color: #ECECFB;
	list-style: none;
	/*margin-left: -647px;*/
	margin-left: -677px;
	padding: 0;
	border: 0;
	height: auto;
	margin-top: 0;
	text-align: center;
}

.nav li.a4 #item4 li {
  	margin: auto;
  	display: inline;
  	text-align: center;
}

.nav li.a4 #item4 li a {
	width: auto;
	height: auto;
	text-align: center;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-decoration: none;
	color: #000000;
	list-style: none;
	margin: auto;
	padding: 0;
}

.nav li.a4 #item4 li a:hover, .nav li.a4 #item4 li a:active, .nav li.a4 #item4 li a:focus {
	text-decoration: none;
	color: #069;
	background-color: transparent;
}

/* ENDS BUTTON 4 */


/* STARTS BUTTON 5 */

/* NAV BUTTON 5 */
.nav li.a5 {
	width: auto;
	height: 30px;
	background: #8C0303;
	display: inline-block;
	float: left;
	margin-bottom: 0;
}

.nav li.a5 a {
	text-align: center;
	line-height: 30px;
	text-decoration: none;
	font-weight: bold;
	color: white;
	display: block;
	font-size: .9em;
	list-style: none;
	padding: 0 10px 0 10px;
	margin-left: 0px;
	margin-bottom: 0;
}

.nav li.a5 a:hover, .nav li.a5 a:active, .nav li.a5 a:focus {
	text-decoration: underline;
	background: #ECECFB;
}

/* ENDS BUTTON 5 */


/* HIDE/SHOW SUB-MENU */
.hidden {
	display: none;
}

 .unhidden {
 	display: block;
}


/* BREADCRUMBS ENGLISH */
#mainnav4 {
	position: relative;
	width: auto;
	max-width: 980px;
	background-color: #ECECFB;
	margin: auto;
	height: 52px;
}

#2ndnavspace {
	margin-left: 250px;	
}

.nav2 {
	z-index: 1000;
	position: relative;
	width: auto;
	max-width: 990px;
	background-color: #ECECFB;
	list-style: none;
	margin: auto;
	padding: 0;
	border: 0;
	height: 23px;
	margin-top: 0;
	text-align: left;
}

.nav2 li {
	width: auto;
	height: auto;
	background: none;
	display: inline-block;
	float: left;
	margin-bottom: 0;	
	margin: auto;
  	display: inline;
}

.nav2 li a {
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	display: inline;
	font-size: .75em;
	list-style: none;
	padding: 0 5px 0 5px;
	margin-left: 0px;
	margin-bottom: 0;
	width: auto;
	height: auto;
	margin: auto;
}

.nav2 li a:hover, .nav2 li a:active, .nav2 li a:focus {
	text-decoration: underline;
	background: #ECECFB;
}

.nav2 li .sel {
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	display: inline;
	font-size: .75em;
	list-style: none;
	padding: 0 5px 0 5px;
	margin-left: 0px;
	margin-bottom: 0;
	width: auto;
	height: auto;
	margin: auto;
	color: #069;
}

#abofa-arrow {
	width: auto;
	height: auto;
	text-align: left;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-decoration: none;
	color: #FFFFFF;
	list-style: none;
	margin: 0;
	padding: 0 8px 1px 8px;
	background: #069;
	float: left;
}

#divider-headtop, .divider-headtop {
	width: 100%;
	height: 1px;
	margin-bottom: 15px;
}

#divider-headbottom, .divider-headbottom {
	width: 100%;
	height: 1px;
	margin-top: -5px;
}


/* BREADCRUMBS FRENCH */

#mainnav3fr {
	position: relative;
	width: auto;
	max-width: 1230px;
	background-color: #ECECFB;
	margin:auto;
	height: 52px;
}


.nav2fr {
	z-index: 1000;
	position: relative;
	width: auto;
	max-width: 1236px;
	background-color: #ECECFB;
	list-style: none;
	margin: auto;
	padding: 0;
	border: 0;
	height: 23px;
	margin-top: 0;
	text-align: left;
}

.nav2fr2 {
	z-index: 1000;
	position: relative;
	width: auto;
	max-width: 1236px;
	background-color: #ECECFB;
	list-style: none;
	margin: auto;
	padding: 0;
	border: 0;
	height: 46px;
	margin-top: 0;
	text-align: left;
}


.nav2fr li {
	width: auto;
	height: auto;
	background: none;
	display: inline-block;
	float: left;
	margin-bottom: 0;	
	margin: auto;
  	display: inline;
}

.nav2fr li a {
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	display: inline;
	font-size: .75em;
	list-style: none;
	padding: 0 5px 0 5px;
	margin-left: 0px;
	margin-bottom: 0;
	width: auto;
	height: auto;
	margin: auto;
}

.nav2fr li a:hover, .nav2fr li a:active, .nav2fr li a:focus {
	text-decoration: underline;
	background: #ECECFB;
}

.nav2fr li .sel {
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	display: inline;
	font-size: .75em;
	list-style: none;
	padding: 0 5px 0 5px;
	margin-left: 0px;
	margin-bottom: 0;
	width: auto;
	height: auto;
	margin: auto;
	color: #069;
}


/* BREADCRUMBS ABOUT OFA TEST */
#abofa {
	z-index: 1000;
	position: relative;
	width: 100%;
	max-width: 980px;
	background-color: #ECECFB;
	list-style: none;
	margin: auto;
	padding: 0;
	border: 0;
	height: auto;
	margin-top: 0;
	text-align: left;
}

#abofa li {
  	margin: auto;
  	display: inline;
  	text-align: center;
}

#abofa li a {
	width: auto;
	height: auto;
	text-align: center;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.68em;
	text-decoration: none;
	color: #000000;
	list-style: none;
	margin: auto;
	padding: 0;
}

#abofa li .sel {
	width: auto;
	height: auto;
	text-align: center;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.68em;
	font-weight: bold;
	text-decoration: none;
	color: #069;
	list-style: none;
	margin: auto;
	padding: 0;
}

#abofa li a:hover, #abofa li a:active, #abofa li a:focus {
	text-decoration: none;
	color: #3399FF;
	background-color: transparent;
}


/* NAV CONTAINER FRENCH */
#mainnavfr {
	width: 100%;
	height: 30px;
	background: #8C0303 url(../images/nav_bg.gif) no-repeat top left;
	clear: both;
	margin-bottom: 0;
	position: absolute;
}

#mainnavfr .navfr {
	width: 100%;
	max-width: 1180px;
	margin: auto;
	display: block;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0;
}

/* STARTS BUTTON 1 */

#mainnavfr .navfr li.ofanav {
	width: auto;
	height: 28px;
	padding: 0 10px 0 10px;
	background: white;
	display: inline-block;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.15em;
	border-top: 1px #8C0303 solid;
	border-bottom: 1px #8C0303 solid;
	margin-bottom: 0;
}

#mainnavfr .navfr li.ofanav a {
	text-align: center;
	line-height: 28px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	display: block;
	font-size: 1.15em;
	list-style: none;
	padding: 0;
	margin-left: 0px;
	margin-bottom: 0;
}

#mainnavfr .navfr li.ofanav .sel {
	text-align: center;
	line-height: 28px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	display: block;
	font-size: 1.15em;
	list-style: none;
	padding: 0;
	margin-left: 0px;
}

.navfr li.sep {
	width: 3px;
	display: inline-block;
	float: left;
}

.navfr li.sep img {
	border: 0;
	height: 30px;
}


.navfr li.sep2 {
	width: 1px;
	background: #ECECFB;
	display: inline;
	color: #444;
	line-height: 30px;
}

/* NAV BUTTON 1 */
#mainnavfr .navfr li.a1 {
	width: auto;
	height: 30px;
	background: #8C0303;
	display: inline-block;
	float: left;
	margin-bottom: 0;
}

#mainnavfr .navfr li.a1 a {
	text-align: center;
	line-height: 30px;
	text-decoration: none;
	font-weight: bold;
	color: white;
	display: block;
	font-size: .83em;
	list-style: none;
	padding: 0 10px 0 10px;
	margin-left: 0px;
	margin-bottom: 0;
}

#mainnavfr .navfr li.a1 a:hover, #mainnavfr .navfr li.a1 a:active, #mainnavfr .navfr li.a1 a:focus {
	text-decoration: underline;
	background: #ECECFB;
}

#mainnavfr .navfr li.a1 .sel {
	width: auto;
	line-height: 30px;
	text-decoration: none;
	font-weight: bold;
	color: #444;
	display: block;
	font-size: .83em;
	list-style: none;
	padding: 0 10px 0 10px;
	margin-left: 0px;
	background: #ECECFB;
}

/* NAV SUB-MENU 1 */
#item1fr {
	z-index: 1000;
	position: absolute;
	width: 100%;
	max-width: 980px;
	background-color: #ECECFB;
	list-style: none;
	margin-left: -207px;
	padding: 0;
	border: 0;
	height: auto;
	margin-top: 0;
	text-align: center;
}

#mainnavfr .navfr li.a1 #item1fr li {
  	margin: auto;
  	display: inline;
  	text-align: center;
}

#mainnavfr .navfr li.a1 #item1fr li a {
	width: auto;
	height: auto;
	text-align: center;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-decoration: none;
	color: #000000;
	list-style: none;
	margin: auto;
	padding: 0;
}

#mainnavfr .navfr li.a1 #item1fr li a:hover, #mainnavfr .navfr li.a1 #item1fr li a:active, #mainnavfr .navfr li.a1 #item1fr li a:focus {
	text-decoration: none;
	color: #069;
	background-color: transparent;
}

/* ENDS BUTTON 1 */



/* STARTS BUTTON 2 */

/* NAV BUTTON 2 */
#mainnavfr .navfr li.a2 {
	width: auto;
	height: 30px;
	background: #8C0303;
	display: inline-block;
	float: left;
	margin-bottom: 0;
}

#mainnavfr .navfr li.a2 a {
	text-align: center;
	line-height: 30px;
	text-decoration: none;
	font-weight: bold;
	color: white;
	display: block;
	font-size: .83em;
	list-style: none;
	padding: 0 10px 0 10px;
	margin-left: 0px;
	margin-bottom: 0;
}

#mainnavfr .navfr li.a2 a:hover, #mainnavfr .navfr li.a2 a:active, #mainnavfr .navfr li.a2 a:focus {
	text-decoration: underline;
	background: #ECECFB;
}

#mainnavfr .navfr li.a2 .sel {
	width: auto;
	line-height: 30px;
	text-decoration: none;
	font-weight: bold;
	color: #444;
	display: block;
	font-size: .83em;
	list-style: none;
	padding: 0 10px 0 10px;
	margin-left: 0px;
	background: #ECECFB;
}

/* NAV SUB-MENU 2 */
#item2fr {
	z-index: 1000;
	position: absolute;
	width: 100%;
	max-width: 980px;
	background-color: #ECECFB;
	list-style: none;
	margin-left: -366px;
	padding: 0;
	border: 0;
	height: auto;
	margin-top: 0;
	text-align: center;
}

#mainnavfr .navfr li.a2 #item2fr li {
  	margin: auto;
  	display: inline;
  	text-align: center;
}

#mainnavfr .navfr li.a2 #item2fr li a {
	width: auto;
	height: auto;
	text-align: center;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-decoration: none;
	color: #000000;
	list-style: none;
	margin: auto;
	padding: 0;
}

#mainnavfr .navfr li.a2 #item2fr li a:hover, #mainnavfr .navfr li.a2 #item2fr li a:active, #mainnavfr .navfr li.a2 #item2fr li a:focus {
	text-decoration: none;
	color: #069;
	background-color: transparent;
}

/* ENDS BUTTON 2 */


/* STARTS BUTTON 3 */

/* NAV BUTTON 3 */
#mainnavfr .navfr li.a3 {
	width: auto;
	height: 30px;
	background: #8C0303;
	display: inline-block;
	float: left;
	margin-bottom: 0;
}

#mainnavfr .navfr li.a3 a {
	text-align: center;
	line-height: 15px;
	text-decoration: none;
	font-weight: bold;
	color: white;
	display: block;
	font-size: .83em;
	list-style: none;
	padding: 0 10px 0 10px;
	margin-left: 0px;
	margin-bottom: 0;
}

#mainnavfr .navfr li.a3 a:hover, #mainnavfr .navfr li.a3 a:active, #mainnavfr .navfr li.a3 a:focus {
	text-decoration: underline;
	background: #ECECFB;
}

#mainnavfr .navfr li.a3 .sel {
	width: auto;
	line-height: 30px;
	text-decoration: none;
	font-weight: bold;
	color: #444;
	display: block;
	font-size: .83em;
	list-style: none;
	padding: 0 10px 0 10px;
	margin-left: 0px;
	background: #ECECFB;
}

/* NAV SUB-MENU 3 */
#item3fr {
	z-index: 1000;
	position: absolute;
	width: 100%;
	max-width: 980px;
	background-color: #ECECFB;
	list-style: none;
	margin-left: -531px;
	padding: 0;
	border: 0;
	height: auto;
	margin-top: 0;
	text-align: center;
}

#mainnavfr .navfr li.a3 #item3fr li {
  	margin: auto;
  	display: inline;
  	text-align: center;
}

#mainnavfr .navfr li.a3 #item3fr li a {
	width: auto;
	height: auto;
	text-align: center;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-decoration: none;
	color: #000000;
	list-style: none;
	margin: auto;
	padding: 0;
}

#mainnavfr .navfr li.a3 #item3fr li a:hover, #mainnavfr .navfr li.a3 #item3fr li a:active, #mainnavfr .navfr li.a3 #item3fr li a:focus {
	text-decoration: none;
	color: #069;
	background-color: transparent;
}

/* ENDS BUTTON 3 */


/* STARTS BUTTON 4 */

/* NAV BUTTON 4 */
#mainnavfr .navfr li.a4 {
	width: auto;
	height: 30px;
	background: #8C0303;
	display: inline-block;
	float: left;
	margin-bottom: 0;
}

#mainnavfr .navfr li.a4 a {
	text-align: center;
	line-height: 30px;
	text-decoration: none;
	font-weight: bold;
	color: white;
	display: block;
	font-size: .83em;
	list-style: none;
	padding: 0 10px 0 10px;
	margin-left: 0px;
	margin-bottom: 0;
}

#mainnavfr .navfr li.a4 a:hover, #mainnavfr .navfr li.a4 a:active, #mainnavfr .navfr li.a4 a:focus {
	text-decoration: underline;
	background: #ECECFB;
}

#mainnavfr .navfr li.a4 .sel {
	width: auto;
	line-height: 30px;
	text-decoration: none;
	font-weight: bold;
	color: #444;
	display: block;
	font-size: .83em;
	list-style: none;
	padding: 0 10px 0 10px;
	margin-left: 0px;
	background: #ECECFB;
}

/* NAV SUB-MENU 4 */
#item4fr {
	z-index: 1000;
	position: absolute;
	width: 100%;
	max-width: 980px;
	background-color: #ECECFB;
	list-style: none;
	margin-left: -689px;
	padding: 0;
	border: 0;
	height: auto;
	margin-top: 0;
	text-align: center;
}

#mainnavfr .navfr li.a4 #item4fr li {
  	margin: auto;
  	display: inline;
  	text-align: center;
}

#mainnavfr .navfr li.a4 #item4fr li a {
	width: auto;
	height: auto;
	text-align: center;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-decoration: none;
	color: #000000;
	list-style: none;
	margin: auto;
	padding: 0;
}

#mainnavfr .navfr li.a4 #item4fr li a:hover, #mainnavfr .navfr li.a4 #item4fr li a:active, #mainnavfr .navfr li.a4 #item4fr li a:focus {
	text-decoration: none;
	color: #069;
	background-color: transparent;
}

/* ENDS BUTTON 4 */


/* STARTS BUTTON 5 */

/* NAV BUTTON 5 */
#mainnavfr .navfr li.a5 {
	width: auto;
	height: 30px;
	background: #8C0303;
	display: inline-block;
	float: left;
	margin-bottom: 0;
}

#mainnavfr .navfr li.a5 a {
	text-align: center;
	 line-height: 30px; 
	/*line-height: 15px; */
	text-decoration: none;
	font-weight: bold;
	color: white;
	display: block;
	font-size: .83em;
	list-style: none;
	padding: 0 10px 0 10px;
	margin-left: 0px;
	margin-bottom: 0;
}

#mainnavfr .navfr li.a5 a:hover, #mainnavfr .navfr li.a5 a:active, #mainnavfr .navfr li.a5 a:focus {
	text-decoration: underline;
	background: #ECECFB;
}

/* ENDS BUTTON 5 */
