oldnav  {
background: #003671; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#015cbd', endColorstr='#003671'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#003671), to(#015cbd)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #003671,  #015cbd); /* for firefox 3.6+ */

border-bottom: 1px solid #002349;

}

nav {
  /* fallback */
  background-color: #003671;
   /*background: url(../images/BlueFade.png);
  background-repeat: repeat-x;*/
  
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#015cbd), to(#003671));
  
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #003671, #015cbd);
  
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #003671, #015cbd);
  
  /* For Internet Explorer 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#003671, endColorstr=#015cbd);

  /* For Internet Explorer 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#003671, endColorstr=#015cbd)";
  
  /* IE 10 */
  background: -ms-linear-gradient(top, #003671, #015cbd);
  
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #003671, #015cbd);
  
  border-bottom: 1px solid #002349;
}



nav a, nav a:link, nav a:visited {
	font-size: 1.1em;
	font-weight: bolder;
	text-transform: capitalize;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	display:block;
	padding:7px 14px;
	transition: all 0.15s linear;
}


nav span {
	white-space: nowrap;
	display:block;
	padding:9px 18px;
}

.minimenu {
	font-weight: lighter;
	font-size: 0.8em;
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
}


nav {
	width: 98%;
	position: absolute;
	top: 0px;
	left: 0px;
	padding:0px 1%;
	font-size: 1.1em;
	font-weight: bolder;
	text-transform: capitalize;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	min-width: 480px;	
}

nav ul {
	margin:0;
	padding: 0;
	/*padding: 0px 0px 0px 0px;*/
	list-style-type:none;
	text-align: center;
	display:block;
}

nav li {
	float:right;
	margin:0;
	color: #FFFFFF;
	width: 140px;
	display: inline-block;
}
	
nav ul li { border-right:1px solid #4a7a9a;} 	/*Separator on the right of the buttons*/

nav ul.dropdown {
	background:#015cbd;
	position:absolute;
	right:9999px;
	display: block;
	z-index: 999;
	padding-top: 10px;
	padding-bottom: 0.7em;
	border-bottom-right-radius:0.7em;
	border-bottom-left-radius:0.7em;
}

nav ul.dropdown li {
	width:auto;
	min-width: 200px;
	display: block;
	float: none;
	border-right:none;
	border-bottom: 1px solid #4a7a9a;
}
	
nav ul.dropdown .boldnav {
	font-size: 1.1em;
	font-weight: bolder;
	text-transform: capitalize;
}
	
	
nav .reducenav {
	margin:0;
	padding: 0;
	font-size: 0.8em;
}




nav li:hover ul.dropdown, a:hover ul.dropdown { /* Display the dropdown on hover */
    right:0; /* Bring back on-screen when needed */
}

nav a:hover,  ul.dropdown a:hover {color:#c63332; text-decoration: none;}	

	
.Logo {
	display: block;
	position: absolute;
	left: 2px;
	top: 38px;
	width: 50%;
	max-width: 466px;
	min-width: 240px; 
}
.Logo img {
	border: none;
	max-width: 100%;
	height: auto;
}


.SearchBar {
	position: relative;
	text-align: right;
	float: right;
	white-space: nowrap;
	top: 40px;
	
}	
.SearchBar input {
 font-size: 22px;
}


input[type="search"] {
  -webkit-appearance: textfield;
}

.langmenu a, .langmenu a:link, .langmenu a:visited {
	font-size: 1.1em;
	font-weight: bolder;
	text-transform: capitalize;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	display:block;
	padding:7px 14px;
	transition: all 0.15s linear;
}


.langmenu span {
	white-space: nowrap;
	display:block;
	padding:9px 18px;
}

.langmenu {
	width: 150px;
	position: absolute;
	top: 0px;
	left: 15px;
	padding:0px 1%;
	font-size: 1.1em;
	font-weight: bolder;
	text-transform: capitalize;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
}
.langmenu img {
	position: absolute;
	left: 0px;
	top: 5px;
}
.langmenu ul {
	margin:0;
	padding: 0;
	/*padding: 0px 0px 0px 0px;*/
	list-style-type:none;
	text-align: center;
	display:block;
}

.langmenu li {
	float:left;
	margin:0;
	color: #FFFFFF;
	width: 140px;
	display: inline-block;
}
	
.langmenu ul li { border-right:1px solid #4a7a9a;} 	/*Separator on the right of the buttons*/

.langmenu ul.dropdown {
	background:#015cbd;
	position:absolute;
	right:9999px;
	display: block;
	z-index: 999;
	padding-top: 10px;
	padding-bottom: 0.7em;
	border-bottom-right-radius:0.7em;
	border-bottom-left-radius:0.7em;
}

.langmenu ul.dropdown li {
	width:auto;
	min-width: 200px;
	display: block;
	float: none;
	border-right:none;
	border-bottom: 1px solid #4a7a9a;
}
	
.langmenu ul.dropdown .boldnav {
	font-size: 1.1em;
	font-weight: bolder;
	text-transform: capitalize;
}
	
	
.langmenu .reducenav{
	margin:0;
	padding: 0;
	font-size: 0.8em;
}


.langmenu li:hover ul.dropdown, .langmenu a:hover ul.dropdown { /* Display the dropdown on hover */
    right:0; /* Bring back on-screen when needed */
}
 .langmenu a:hover {color:#c63332; text-decoration: none;}	
