/* MENU HORIZONTAL CORPO FRENCH */


.menuhorizontal_cof {
	width: 100%;
		height:18px;
  min-height:22px;
	margin: 0;
	padding: 0;
	background: #ffffff url(../images/bg-corp.gif) top left repeat-x;
}
.menuhorizontal_cof ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menuhorizontal_cof ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url(../images/bg-corp-button.gif) top left no-repeat;
}

.menuhorizontal_cof ul li a {
	display: block;
		height:18px;
  min-height:22px;
	padding-left: 27px;
	float: left;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.menuhorizontal_cof ul li a span.menu_ar {
	display: block;
	float: left;
		height:18px;
  min-height:22px;
	padding-top: 4px;
	padding-right: 27px;
	background: transparent url(../images/bg-corp-button.gif) top right no-repeat;
	cursor: pointer;
}


.menuhorizontal_cof ul li a span.menu_ar_last {
	display: block;
	float: left;
		height:18px;
  min-height:22px;
	padding-top: 5px;
	padding-right: 42px;
	background: transparent url(../images/bg-corp-button.gif) top right no-repeat;
	cursor: pointer;
}

.menuhorizontal_cof ul li a:hover,
.menuhorizontal_cof ul li.highlight a {
	background: transparent url(../images/bg-corp-button_selected.gif) top left no-repeat;
		color: #ffffff;
			font-weight: bold;
}

.menuhorizontal_cof ul li a:visited,
.menuhorizontal_cof ul li.highlight a.visited {
		color: #ffffff;
			font-weight: bold;
}

.menuhorizontal_cof ul li a:hover span.menu_ar,
.menuhorizontal_cof ul li.highlight a span.menu_ar {
	background: transparent url(../images/bg-corp-button_selected.gif) top right no-repeat;
}

.menuhorizontal_cof ul li a:hover span.menu_ar_last,
.menuhorizontal_cof ul li.highlight a span.menu_ar_last {
	background: transparent url(../images/bg-corp-button_selected_last.gif) top right no-repeat;
}

* html .menuhorizontal_cof ul  a span.menu_ar_last {
 padding-right: 40px;
}




/* MENU HORIZONTAL CORPO ENGLISH */

.menuhorizontal_coe {
	width: 100%;
		height:18px;
  min-height:22px;
	margin: 0;
	padding: 0;
	background: #ffffff url(../images/bg-corp.gif) top left repeat-x;
}
.menuhorizontal_coe ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menuhorizontal_coe ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url(../images/bg-corp-button.gif) top left no-repeat;
}

.menuhorizontal_coe ul li a {
	display: block;
		height:18px;
  min-height:22px;
	padding-left: 34px;
	float: left;
	font-family: arial,sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.menuhorizontal_coe ul li a span.menu_ar {
	display: block;
	float: left;
		height:18px;
  min-height:22px;
	padding-top: 4px;
	padding-right: 36px;
	background: transparent url(../images/bg-corp-button.gif) top right no-repeat;
	cursor: pointer;
}


.menuhorizontal_coe ul li a span.menu_ar_last {
	display: block;
	float: left;
		height:18px;
  min-height:22px;
	padding-top: 5px;
	padding-right: 50px;
	background: transparent url(../images/bg-corp-button.gif) top right no-repeat;
	cursor: pointer;
}


.menuhorizontal_coe ul li a:hover,
.menuhorizontal_coe ul li.highlight a {
	background: transparent url(../images/bg-corp-button_selected.gif) top left no-repeat;
		color: #ffffff;
			font-weight: bold;
}


.menuhorizontal_coe ul li a:hover span.menu_ar,
.menuhorizontal_coe ul li.highlight a span.menu_ar {
	background: transparent url(../images/bg-corp-button_selected.gif) top right no-repeat;
}

.menuhorizontal_coe ul li a:hover span.menu_ar_last,
.menuhorizontal_coe ul li.highlight a span.menu_ar_last {
	background: transparent url(../images/bg-corp-button_selected_last.gif) top right no-repeat;
}


.menuhorizontal_coe ul li a:visited,
.menuhorizontal_coe ul li.highlight a:visited {
		color: #ffffff;
			font-weight: bold;
}


* html .menuhorizontal_coe ul  a span.menu_ar_last {
 padding-right: 57px;
}

