

/* !Primary menu */

#globalNavWrapper {
	z-index: 100000;
	width: 100%; height: 26px;
	-webkit-box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.8);
	box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.8);
	position:relative;
	float:left;
	z-index:100000;
	-webkit-appearance: none;
}

#globalNav > li{
	list-style: none;
}


ul#globalNav {
	z-index: 3;
	display: inline-block;
	position: relative;
	list-style-type: none;
	height: 26px; /* was 23px ... */
	width: 970px;
	margin: auto; /* will center the list within its parent element */
	padding:0px;
	margin:0px;
}
ul#globalNav #primaryMenuHome {
	width: 26px;
	padding-left: 10px;
}
ul#globalNav>li.primaryMenuButton {
	float: left;
	height: 26px;
	background-color: #666666;
	-webkit-box-shadow: inset 0px 1px 2px -1px rgba(255,255,255,1.0);
	-moz-box-shadow: inset 0px 1px 2px -1px rgba(255,255,255,1.0);
	box-shadow: inset 0px 1px 2px -1px rgba(255,255,255,1.0);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff888888, endColorstr=#ff333333, gradientType=0); /* for IE */
	background: linear-gradient(top, #888888 0%, #333333 95%, #000000 100%);
	background: -o-linear-gradient(top, #888888 0%, #333333 95%, #000000 100%);
	background: -moz-linear-gradient(top, #888888 0%, #333333 95%, #000000 100%);
	background: -ms-linear-gradient(top, #888888 0%, #333333 95%, #000000 100%);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.00, #888888),
		color-stop(0.95, #333333),
		color-stop(1.00, #000000)
	);
}
ul#globalNav>li.primaryMenuButton:hover {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff999999, endColorstr=#ff444444, gradientType=0); /* for IE */
	background: linear-gradient(top, #999999 0%, #444444 95%, #222222 100%);
	background: -o-linear-gradient(top, #999999 0%, #444444 95%, #222222 100%);
	background: -moz-linear-gradient(top, #999999 0%, #444444 95%, #222222 100%);
	background: -ms-linear-gradient(top, #999999 0%, #444444 95%, #222222 100%);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.00, #999999),
		color-stop(0.95, #444444),
		color-stop(1.00, #111111)
	);
}
ul#globalNav>li.primaryMenuButton:active {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff777777, endColorstr=#ff222222, gradientType=0); /* for IE */
	background: linear-gradient(top, #777777 0%, #222222 95%, #000000 100%);
	background: -o-linear-gradient(top, #777777 0%, #222222 95%, #000000 100%);
	background: -moz-linear-gradient(top, #777777 0%, #222222 95%, #000000 100%);
	background: -ms-linear-gradient(top, #777777 0%, #222222 95%, #000000 100%);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.00, #777777),
		color-stop(0.95, #222222),
		color-stop(1.00, #000000)
	);
}
ul#globalNav>li.primaryMenuButton.buttonOn {
	float: left;
	background-color: #b70000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffde7474, endColorstr=#ffb70000, gradientType=0); /* for IE */
	background: linear-gradient(top, #de7474 0%, #b70000 95%, #620000 100%);
	background: -o-linear-gradient(top, #de7474 0%, #b70000 95%, #620000 100%);
	background: -moz-linear-gradient(top, #de7474 0%, #b70000 95%, #620000 100%);
	background: -ms-linear-gradient(top, #de7474 0%, #b70000 95%, #620000 100%);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.00, #de7474),
		color-stop(0.95, #b70000),
		color-stop(1.00, #620000)
	);
}
ul#globalNav>li.primaryMenuButton>a {
	background-image: url("../images/horizontalMenu/bkgnd_primaryMenuButtonDivider.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	display: inline-block;
	line-height: 25px;
	min-width: 26px;
	height: 26px;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #eeeeee;
	text-shadow: 1px 1px 1px rgb(68, 68, 68);
}
ul#globalNav>li.labeled>a {
	padding-right: 17px;
	padding-left: 17px;
}
ul#globalNav>li#primaryMenuSearch {
	padding-top: 2px;
	height: 24px;
}
ul#globalNav>li#primaryMenuSearch>#searchScope {
	float: right;
	padding-left: 12px;  /* Add remaining space here */
	margin-right: 3px;
	width: 40px;
	height: 21px;
	background: url("../images/horizontalMenu/btn_search.png") no-repeat;
	background-position: 0 0;
}
ul#globalNav>li#primaryMenuSearch>#searchScope:hover {
	background-position: 0px -21px;
}
ul#globalNav>li#primaryMenuSearch>#searchScope>a:hover {
	cursor: hand;
}
ul#globalNav>li#primaryMenuSearch>input[type='text'] {
	float: right;
	margin-right: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	width: auto;
	min-width: 200px;
	height: 16px;
	line-height: 16px;
	background-color: #dedede;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	box-shadow: inset 1px 1px 1px 0px rgba(126,126,126,1.0);
	/*padding-top: 4px;*/
	padding-left: 5px;
}
ul#globalNav>li#primaryMenuSearch input::-webkit-input-placeholder {
	color: #777777;
}
ul#globalNav>li#primaryMenuSearch input:-moz-placeholder {
	color: #777777;
}


/* !Pull-down menus */

ul#globalNav>li ul {
	display: block;
	position: absolute;
	list-style: none;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 5px;
	width: auto;
	max-width: 300px;
	background-color: #ffffff;
	/*background: rgba(200, 200, 200, .5); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fffafafa, endColorstr=#ffdcdcdc, gradientType=0); 
	background: linear-gradient(top, rgba(250, 250, 250, 1.0) 0%, rgba(220, 220, 220, 1.0) 100%);
	background: -o-linear-gradient(top, rgba(250, 250, 250, 1.0) 0%, rgba(220, 220, 220, 1.0) 100%);
	background: -moz-linear-gradient(top, rgba(250, 250, 250, 1.0) 0%, rgba(220, 220, 220, 1.0) 100%);
	background: -ms-linear-gradient(top, rgba(250, 250, 250, 1.0) 0%, rgba(220, 220, 220, 1.0) 100%);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.00, rgba(250, 250, 250, 1.0)),
		color-stop(1.00, rgba(220, 220, 220, 1.0))
	);*/
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3);
	box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .3);
	-webkit-transition: top .15s ease-in, opacity .15s ease-in;
	-ms-transition: top .15s ease-in, opacity .15s ease-in;
	-moz-transition: top .15s ease-in, opacity .15s ease-in;
	-o-transition: top .15s ease-in, opacity .15s ease-in;
	border: 1px solid #666666;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	z-index: 500;
}
ul#globalNav>li ul {
	top: 60px;
	left: -9999px;
	opacity: 0;
	padding-left:0px !important;
}
/*
ul#globalNav>li:hover ul {
	top: 35px;
	left: auto;
	opacity: 1;
}
*/
/* Hack to stop pull-down menus from hiding after the mouse quits parent item */
ul#globalNav>li ul:after {  /* removed double here : */
	 content: "";
	 position: absolute;
	 top: 0px;
	 left: 0px;
	 width: 100%;
	 height: 15px;
	 background: transparent;
	 background: rgba(0, 0, 0, 0);
	 top: -15px;
}
/* Arrow on the top of the pull-down menus */
ul#globalNav>li ul>li:first-child:after {  /* removed double here : */
	 content: "";
	 position: absolute;
	 top: -6px;
	 left: 20px;
	 width: 10px;
	 height: 10px;
	 background: rgba(250, 250, 250, 1.0);
	 -webkit-transform: rotate(45deg);
	 -ms-transform: rotate(45deg);
	 -moz-transform: rotate(45deg);
	 -o-transform: rotate(45deg);
	 border: 1px solid transparent;
	 border-top: 1px solid #666666;
	 border-left: 1px solid #666666;
	 box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3),
	 			 inset 1px 0 0 rgba(255, 255, 255, .3);
}
ul#globalNav>li ul>li:first-child:before {  /* removed double here : */
	 content: "";
	 position: absolute;
	 top: 0px;
	 left: 10px;
	 width: 30px;
	 height: 1px;
	 background: rgba(250, 250, 250, 1.0);
	 z-index: 999;
}
ul#globalNav>li ul>li>a>span.targetTitle { display: inline-block; padding-right: 5px; font-weight: bold; color: #333333; font-size: 12px; } 
ul#globalNav>li ul>li>a>span.targetDescription { display: inline-block; /*padding-left: 13px;*/ padding-right: 5px; color: #333333; }
/*ul#globalNav>li ul>li>span.targetDescription,ul#globalNav>li ul>li>span.targetDescription a:active, ul#globalNav>li ul>li>span.targetDescription a:visited, ul#globalNav>li ul>li>span.targetDescription a:link, ul#globalNav>li ul>li>span.targetDescription a:hover { color:#333333;}*/

/* Picto for the menu choices - REPLACED BY WEBFONT */
/*
ul#globalNav>li ul>li>span.targetTitle::before {
	 content: "";
	 font-size: 0px;
	 position: relative;
	 float: left;
	 display: block;
	 top: 3px;
	 left: 0px;
	 width: 0px;
	 height: 0px;
	 color: #777;
	 border: 4px solid transparent;
	 border-left: 4px solid #333333;
}
ul#globalNav>li ul>li:hover>span.targetTitle::before {
	 content: "";
	 font-size: 0px;
	 position: relative;
	 float: left;
	 display: block;
	 top: 3px;
	 left: 0px;
	 width: 0px;
	 height: 0px;
	 color: #777;
	 border: 4px solid transparent;
	 border-left: 4px solid #b70000; 
}
*/
/* Menu choices */
ul#globalNav>li ul>li {
	padding-left: 18px;
	padding-bottom: 2px;
	padding-top: 3px;
	list-style: none;
	background-image: url("../images/pictos/N_bkgnd_menu_white.png");
	background-repeat: no-repeat;
	background-position: 4px 7px; 
}
ul#globalNav>li ul>li:hover {
	padding-left: 18px;
	padding-bottom: 2px;
	padding-top: 3px;
	list-style: none;
	background-image: url("../images/pictos/N_bkgnd_menu_red.gif");
	background-repeat: no-repeat;
	background-position: 4px 7px; 
}
.menuHred {
	background-image: url("../images/pictos/N_bkgnd_menu_red.gif") !important;
}
ul#globalNav>li ul>li:hover {
	background-color: rgba(200, 200, 200, 0.3);
}
ul#globalNav>li ul>li a {
	text-decoration: none;
	color: #333333;
}
ul#globalNav>li ul>li:hover>a span.targetTitle {
	color: #b70000;
}
ul#globalNav>li ul>li>a.menuHcurrent span.targetTitle{ 
	color: #b70000;
}

a.menuHfocus {
	color: #b70000;
}

.focusRed{
	color: #b70000 !important;
}
.focusHover{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff999999, endColorstr=#ff444444, gradientType=0) !important; /* for IE */
	background: linear-gradient(top, #999999 0%, #444444 95%, #222222 100%) !important;
	background: -o-linear-gradient(top, #999999 0%, #444444 95%, #222222 100%) !important;
	background: -moz-linear-gradient(top, #999999 0%, #444444 95%, #222222 100%) !important;
	background: -ms-linear-gradient(top, #999999 0%, #444444 95%, #222222 100%) !important;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.00, #999999),
		color-stop(0.95, #444444),
		color-stop(1.00, #111111)
	) !important;
}

#searchScope li.tick{
	background-image: url("../images/horizontalMenu/frecciaSearch.png");
	color:#333333 !important;
}
#searchScope li.tick:hover{
	background-image: url("../images/horizontalMenu/frecciaSearchHover.png");
	color:#333333 !important;
}

#searchScope a>span.targetTitle{ font-size:11px !important;}

#searchScope li.tick a.focusRed{
	color:#333333 !important;
}
#searchScope li.tick a.focusRed:hover{
	color:#b70000 !important;
}
#siteSearch{
	float:right;	
}

/******************************** application new design Q4 2013 *************************************/
#siteSearch4{
	float:right;
	display:none;
	padding-right: 10px;
}
ul#globalNav>li#primaryMenuSearch {
	width: 278px;
	left: 691px;
    position: absolute;
}
ul#globalNav > li#primaryMenuSearch > input[type="text"] {
	min-width: 200px;
}
ul#globalNav>li#primaryMenuSearch>select {
	float: right;
	margin-right: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	width: 207px;
	height: 20px;
	line-height: 16px;
	background-color: #dedede;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	box-shadow: inset 1px 1px 1px 0px rgba(126,126,126,1.0);
	padding-left: 5px;
}
#globalNav {
	background-color: #666666;
	-webkit-box-shadow: inset 0px 1px 2px -1px rgba(255,255,255,1.0);
	-moz-box-shadow: inset 0px 1px 2px -1px rgba(255,255,255,1.0);
	box-shadow: inset 0px 1px 2px -1px rgba(255,255,255,1.0);
	background: linear-gradient(top, #888888 0%, #333333 95%, #000000 100%);
	background: -o-linear-gradient(top, #888888 0%, #333333 95%, #000000 100%);
	background: -moz-linear-gradient(top, #888888 0%, #333333 95%, #000000 100%);
	background: -ms-linear-gradient(top, #888888 0%, #333333 95%, #000000 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0.00, #888888),color-stop(0.95, #333333),color-stop(1.00, #000000));
}
ul#globalNav>li#primaryMenuSearch>#searchScope {
	width: 38px;
	padding-left: 10px;	
}
