<style type="text/css">

.menuheaderpiccell {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-spacing: 0px;
	background-color: white;
	font-size: 0px;
}

.menuheader {
	border-left: thin solid black;
	border-right: thin solid black;
	border-top: thin solid black;
	border-bottom: none;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
	background-color: #F8F8F8;
	font-size: 36px;
	font-weight : bold;
	color : rgb(17,56,112);
	text-align: center;
}}  

.menuheaderpic {
	border-left: thin solid black;
	border-right: thin solid black;
	border-top: none;
	border-bottom: thin solid black;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #F8F8F8;
}  

.menuItemActive {
	border-left: solid;
	border-right: solid;
	border-top: solid;
	border-bottom: solid;
	border-left-color: rgb(17,56,112);
	border-right-color: rgb(17,56,112);
	border-top-color: rgb(17,56,112);
	border-bottom-color: rgb(17,56,112);
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-spacing: 2px;
	font-size: 14px;
	font-weight : bold;
	background-color: white;
	color : rgb(17,56,112);
}

.menuItemInactive {
	border-left: solid;
	border-right: solid;
	border-top: solid;
	border-bottom: solid;
	border-left-color: rgb(17,56,112);
	border-right-color: rgb(17,56,112);
	border-top-color: rgb(17,56,112);
	border-bottom-color: rgb(17,56,112);
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-spacing: 2px;
	font-size: 14px;
	font-weight : bold;
	background-color : rgb(17,56,112);
	color : white;
}

.menuIn { 
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: none;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 14px;
	font-weight : bold;
	background-color: gray;
	color : white;
	text-decoration : none; 
}

.menuOut { 
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: none;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 14px;
	font-weight : bold;
	background-color: rgb(17,56,112);
	color : white;
	text-decoration : none; 
}

.menulinkActive { 
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 14px;
	font-weight : bold;
	color : rgb(17,56,112);
	text-decoration : none; 
}

.menulinkInactive { 
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 14px;
	font-weight : bold;
	color : white;
	text-decoration : none; 
}

.menuspace {
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: solid;
	border-bottom-color: rgb(17,56,112);
	padding-left: 0px;
	padding-right: 0px;
	background-color: white;
	color : white;
}

.menulanguage {
	border-left-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-top-style: none;
	padding-left: 5px;
	padding-right: 5px;
	background-color: white;
	color : white;
}

/* New menu navigator */

.menu-navigator-table {
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: solid;
	border-left-color: rgb(17,56,112);
	border-right-color: rgb(17,56,112);
	border-top-color: rgb(17,56,112);
	border-bottom-color: rgb(17,56,112);
}	

.menu-spacer {
	width: 5px;
	min-width: 5px;
}	


.menu-items {
	margin-left : auto;
	margin-right : auto;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: none;
	border-left-color: rgb(17,56,112);
	border-right-color: rgb(17,56,112);
	border-top-color: rgb(17,56,112);
	border-bottom-color: rgb(17,56,112);
}	

/*
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
*/

/* General menu styling */
.nav {
	position: relative;
	margin: 0;
	padding: 0;
	line-height: 1px;
}

/* The main navigation link containers */
.nav>li {
	display: block;
	float: left; /* Displaying them on the same line */
	margin: 0;
	padding: 0;
}

/* The main navigation links */
.nav>li>a {
	/* Layout */
	display: block;
	position: relative;
	padding: 10px 10px 10px 5px;
	/* Text */
	font-family: "Times New Roman", Verdana, "Book Antiqua", Tahoma;
	color: white;
	font-size: 14px; /* Size on main bar */
	font-weight : bold;
	text-decoration: none;
	/* Background */
	background: rgb(17,56,112); /* For older browsers */
	/* Making the color to change on hover with a transition */
	-webkit-transition: color .3s ease-in;
	-moz-transition: color .3s ease-in;
	-o-transition: color .3s ease-in;
	-ms-transition: color .3s ease-in;
	border-left: solid;
	border-right:  solid;
	border-top:  solid;
	border-bottom:  none;
	border-left-color: rgb(17,56,112);
	border-right-color: rgb(17,56,112);
	border-top-color: rgb(17,56,112);
	border-bottom-color: rgb(17,56,112);
	
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;	
}

/* Changing the color on hover */
.nav>li>a:hover, .nav>li:hover>a {
	color: rgb(17,56,112);
	background: white;
	border-left: solid;
	border-right:  solid;
	border-top:  solid;
	border-bottom:  none;
	border-left-color: rgb(17,56,112);
	border-right-color: rgb(17,56,112);
	border-top-color: rgb(17,56,112);
	border-bottom-color: rgb(17,56,112);
}

/* The links which contain dropdowns menu are wider, because they have a little arrow */
.nav>.dropdown>a {
	padding: 10px 30px 10px 5px;
}

/* The arrow indicating the dropdown */
.dropdown>a::after {
	content: "";
	position: absolute;
	top: 4px;
	right: 10px;
	width: 7px;
	height: 7px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}

/* Changing the color of the arrow on hover */ 
.dropdown>a:hover::after, .dropdown:hover>a::after {
	border-color: rgb(17,56,112);
}

/* The submenus */
.nav ul {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
    list-style-type: none;
	display: block;
}

/* General layout settings for the link containers of the submenus */
.nav ul li {
	position: absolute;
	top: -9999px; /* Hiding them */
	height: 0px;
	display: block;
	margin: 0;
	padding: 0;
	/* Making them to expand their height with a transition, for a slide effect */
	-webkit-transition: height .2s ease-in;
	-moz-transition: height .2s ease-in;
	-o-transition: height .2s ease-in;
	-ms-transition: height .2s ease-in;
   box-shadow: 10px 10px 16px 0px rgba(0,0,0,0.2);
 }

/* Displays the submenu links, by expading their containers (with a transition, previously defined) and by repositioning them */
.dropdown:hover>ul>li {
	height: 31px;
	position: relative;
	top: auto;
}

/* The submenu links */
.nav ul li a {
	/* Layout */
	padding: 15px 20px;
	min-width: 60px;
	display: block;
	position: relative;
	/* Text */
	font-family: "Times New Roman", Verdana, "Book Antiqua", Tahoma;
	color: white;
	text-decoration: none;
	font-size: 15px;
	font-weight : bold;
	/* Background & effects */
	background: rgb(17,56,112);
	xbackground: rgba(0, 0, 0, .6);
	-webkit-transition: color .3s ease-in, background .3s ease-in;
	-moz-transition: color .3s ease-in, background .3s ease-in;
	-o-transition: color .3s ease-in, background .3s ease-in;
	-ms-transition: color .3s ease-in, background .3s ease-in;
	border-top: solid thin;
	border-top-color: rgb(17,56,112);
	border-left: solid thin;
	border-left-color: rgb(17,56,112);
	border-right: solid thin;
	border-right-color: rgb(17,56,112);
	border-bottom: solid thin;
	border-bottom-color: rgb(17,56,112);
}

/* Changing the link's color and background on hover */
.nav ul li:hover>a, .nav ul li a:hover {
	color: rgb(17,56,112);
	background: white;
}

/* Making the level 2 (or higher) submenus to appear at the right of their parent */
.nav ul .dropdown:hover ul {
	left: 160px; /* ØHH */
	position: relative;
	top: 0px;
}

/* The submenu links have a different arrow which indicates another dropdown submenu */
.nav ul .dropdown a::after {
	width: 6px;
	height: 6px;
	border-bottom: 0;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	top: 12px;
}

/* Changing the color of the arrow on hover */
.nav ul .dropdown:hover>a::after, .nav ul .dropdown>a:hover::after {
	border-right: 1px solid #0fd0f9;
	border-top: 1px solid #0fd0f9;
}


</style>
