.nostylemenu #nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: none;
}

@media screen and (max-width: 767px) {

	.ddsmoothmenu {
		
		background-color: #0076bc;
	}
	
	.ddsmoothmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
	.ddsmoothmenu ul#nav ul {
		width: 100% !important;
		left: auto !important;
		top: auto !important;
	}
	
	.ddsmoothmenu ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block !important;
	clear: both !important;
	}
	
	/*Top level menu link items style*/
	.ddsmoothmenu ul li a {
		display: block !important;
		color: white;
		text-decoration: none;
		font-style: normal;
		font-size: 24px;
		padding: 10px;
		clear: both !important;
		border-bottom: 1px solid white;
	}
	
	.ddsmoothmenu ul#nav ul li a {
		background-color: white;
		color: #0076bc;
		padding: 10px 10px 10px 20px;
		font-size: 16px;
		text-decoration: none;
	}
	
	.ddsmoothmenu ul#nav ul li a:hover {
		text-decoration: underline;
	}
	
	.ddsmoothmenu ul li a img {
		display: none;
	}
	
	.ddsmoothmenu ul li a:link, 
	.ddsmoothmenu ul li a:visited {
		color: white;
	}
	
	.ddsmoothmenu ul li.nav-current a:link, 
	.ddsmoothmenu ul li.nav-current a:visited, 
	.ddsmoothmenu ul li a.selected, 
	.ddsmoothmenu ul li a:hover {
		color: white;
		text-decoration: underline;
	}
	
	.ddsmoothmenu ul li.nav-search {
		display: none !important;
	}

}

@media screen and (min-width: 768px) {

	.ddsmoothmenu{
	width: 100%;
	margin-bottom: -5px;
	}
	
	.ddsmoothmenu ul {
	z-index:1005;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
	/*Top level list items*/
	.ddsmoothmenu ul li {
	position: relative;
	display: inline;
	float: left;
	list-style-type: none;
	
	
	}
	
	/*Top level menu link items style*/
	.ddsmoothmenu ul li a {
		display: block;
		color: #013a80;
		text-decoration: none;
		font-size: 16px;
		line-height: 100%;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 25px;
		padding-top: 65px;
		font-family: 'Roboto', sans-serif;
		font-style: normal;
		font-weight: 400;
		border-bottom: 5px solid transparent;
		text-transform: none;
	}
	
	body.Cult-en-GB .ddsmoothmenu ul li a {
		
	}
	
	body.Cult-fr-FR .ddsmoothmenu ul li a {
		font-size: 15px;
		padding-left: 13px;
		padding-right: 13px;
	}
	
	body.Cult-nl-NL .ddsmoothmenu ul li a {
		
	}
	
	.ddsmoothmenu ul li a img {
		display: none;
		visibility: hidden;
	}
	
	* html .ddsmoothmenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
		display: inline-block;
	}
	
	.ddsmoothmenu ul li a:link, 
	.ddsmoothmenu ul li a:visited {
		color: #013a80;
	}
	
	.ddsmoothmenu ul li.nav-current a:link, 
	.ddsmoothmenu ul li.nav-current a:visited, 
	.ddsmoothmenu ul li a.selected, 
	.ddsmoothmenu ul li a:hover {
		border-bottom: 5px solid #0076bc;
		color: #013a80;
		text-decoration: none;
	}
	
	.ddsmoothmenu ul li.nav-search a:link, 
	.ddsmoothmenu ul li.nav-search a:visited, 
	.ddsmoothmenu ul li.nav-search a.selected, 
	.ddsmoothmenu ul li.nav-search a:hover {
		border-bottom: 5px solid transparent;
		
	}
	
	.ddsmoothmenu ul li.nav-search a:hover {
		color: black;
	}
		
	/*1st sub level menu*/
	.ddsmoothmenu ul li ul{
		position: absolute;
		left: 0;
		display: none; /*collapse all sub menus to begin with*/
		visibility: hidden;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	/*Sub level menu list items (undo style from Top level List Items)*/
	.ddsmoothmenu ul li ul li{
		display: list-item;
		float: none;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	/*All subsequent sub menu levels vertical offset after 1st level sub menu */
	.ddsmoothmenu ul li ul li ul{
	top: 0;
	}
	
	/* Sub level menu links style */
	.ddsmoothmenu ul li ul li a,
	.ddsmoothmenu ul li ul li a:link, 
	.ddsmoothmenu ul li ul li a:visited, 
	.ddsmoothmenu ul li.nav-current ul li a, 
	.ddsmoothmenu ul li.nav-current ul li a:link, 
	.ddsmoothmenu ul li.nav-current ul li a:visited {
		font-weight: 400;
		font-size: 14px;
		width: 200px; /*width of sub menus*/
		padding: 7px 10px;
		margin: 0;
		margin-bottom: 1px;
		border: none;
		text-decoration: none;
		height: auto;
		background: white;
		color: gray;
		text-align: left;
		text-transform: none;
	}
	
	.ddsmoothmenu ul ul li a {
		/*border-right: 1px solid #343434 !important;
		border-left: 1px solid #343434 !important;*/
	}
	
	.ddsmoothmenu ul ul li a:last-child {
		/*border-bottom: 1px solid #343434 !important;*/
	}
	
	.ddsmoothmenu ul li ul li a:hover, 
	.ddsmoothmenu ul li.nav-current ul li a:hover {
		font-weight: normal;
		font-style: normal;
		text-decoration: none;
		color: white;
		background: none;
		background-color: #0076bc;
	}
	
	/* Holly Hack for IE \*/
	* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/
	
	
	/* ######### CSS classes applied to down and right arrow images  ######### */
	
	.downarrowclass{
	position: absolute;
	top: 12px;
	right: 7px;
	display: none;
	}
	
	.rightarrowclass{
	position: absolute;
	top: 6px;
	right: 5px;
	display: none;
	}
	
	/* ######### CSS for shadow added to sub menus  ######### */
	
	.ddshadow{ /*shadow for NON CSS3 capable browsers*/
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background: silver;
	}
	
	.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
	opacity: 0.8;
	}
	
	.sub-menu {
		margin-top: 30px;
	}

}

@media screen and (min-width: 1026px) and (max-width: 1200px) {
	
	body.Cult-en-GB .ddsmoothmenu ul li a {
		
	}
	
	body.Cult-fr-FR .ddsmoothmenu ul li a {
		font-size: 13px;
		padding-left: 12px;
		padding-right: 12px;
	}
	
	body.Cult-nl-NL .ddsmoothmenu ul li a {
		
	}

}

@media screen and (min-width: 865px) and (max-width: 1025px) {

	/*Top level menu link items style*/
	.ddsmoothmenu ul li a {
		font-size: 13px;
	}
	
	body.Cult-en-GB .ddsmoothmenu ul li a {
		
	}
	
	body.Cult-fr-FR .ddsmoothmenu ul li a {
		font-size: 11px;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	body.Cult-nl-NL .ddsmoothmenu ul li a {
		
	}

}

@media screen and (min-width: 768px) and (max-width: 864px) {

	/*Top level menu link items style*/
	.ddsmoothmenu ul li a {
		font-size: 12px;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	body.Cult-en-GB .ddsmoothmenu ul li a {
		
	}
	
	body.Cult-fr-FR .ddsmoothmenu ul li a {
		font-size: 10px;
		padding-left: 5px;
		padding-right: 5px;
	}
	
	body.Cult-nl-NL .ddsmoothmenu ul li a {
		
	}
	
}

.breadcrumbs {
	padding-top: 20px;
	color: #474747;
	font: 11px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

.breadcrumbs a, 
.breadcrumbs a:link, 
.breadcrumbs a:visited {
	color: #474747;
	text-decoration: underline;
	font-style: normal;
	font-size: 11px;
}

.breadcrumbs a:hover, 
.breadcrumbs a:active {
	color: #0074be;
	text-decoration: underline;
	font-style: normal;
	font-size: 11px;
}


.sub-menu {
	border: 1px solid silver;
	background-color: rgba(26, 33, 68, 0.05);
}

.sub-menu-inner {
	padding: 10px;
}

.sub-menu-header {
	background-color: #0074be;
	color: white;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	padding: 10px;
}

#subnav li {
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	font-size: 15px;
	line-height: 120%;
	
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
}

#subnav li a, 
#subnav li a:link, 
#subnav li a:visited {
	text-decoration: none;
}

#subnav li a:hover, 
#subnav li a:active {
	text-decoration: underline;
	color: black;
}