@charset "utf-8";
/* CSS Document */

/* Main menu settings */
#cssmenu {
	clear:both;
	padding:0;
	margin:0 auto;
	width:100%;
	height: 62px;
	font-family: Arial,Helvetica,sans-serif; 
	font-size:14px; 
	z-index:1000;
	background-image: url("https://www.castlemalting.com/Img/bg-nav.png");
}

/* Top menu items */
#cssmenu ul {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
	position:relative;
	right:50%;
}
#cssmenu ul li {
	margin:0 0 0 1px;
	padding:0;
	float:left;
	position:relative;
	left:50%;
}
#cssmenu ul li a {
	padding: 22px 20px;
	display:block;
	margin:0;
	font-size:14px;
	text-decoration:none;
	color:#fff;
	border-right:1px solid #FFF;
}
#cssmenu ul li.active a {
	color:#fff;
	background:#000;
}
#cssmenu ul li a:hover {
	background-image: url("https://www.castlemalting.com/Img/bg-nav-h.png");
  	background-repeat: repeat-x;
	color:#fff;
}
#cssmenu ul li:hover a,
#cssmenu ul li.hover a { /* This line is required for IE 6 and below */
	background-image: url("https://www.castlemalting.com/Img/bg-nav-h.png");
  	background-repeat: repeat-x;/
	color:#fff;
}

/* Submenu items */
#cssmenu ul ul {
	display:none; /* Sub menus are hidden by default */
	position:absolute;
	top:62px;
	left:0;
	float:left;
	right:auto; /*resets the right:50% on the parent ul */
	width:10em; /* width of the drop-down menus */
}
#cssmenu ul ul li {
	left:auto;  /*resets the left:50% on the parent li */
	margin:0; /* Reset the 1px margin from the top menu */
	clear:left;
	float:left;
	width:100%;
}
#cssmenu ul ul li a,
#cssmenu ul li.active li a,
#cssmenu ul li:hover ul li a,
#cssmenu ul li.hover ul li a { /* This line is required for IE 6 and below */
	font-size:14px;
	font-weight:normal; /* resets the bold set for the top level menu items */
	background:#c1e77e;
	color:#000;
	float:left;
	width:100%;
	padding: 10px 20px !important;
}
#cssmenu ul ul li a:hover,
#cssmenu ul li.active ul li a:hover,
#cssmenu ul li:hover ul li a:hover,
#cssmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
	background:#619a2c; /* Sub menu items background colour */
	color:#fff;
	float:left;
}

/* Flip the last submenu so it stays within the page */
#cssmenu ul ul.last {
	left:auto; /* reset left:0; value */
	right:0; /* Set right value instead */
}
#cssmenu ul ul.last li {
	float:right;
	position:relative;
	right:.8em;
}

/* Make the sub menus appear on hover */
#cssmenu ul li:hover ul,
#cssmenu ul li.hover ul { /* This line is required for IE 6 and below */
	display:block; /* Show the sub menus */
}


/*.BlockHeaderMenu{
	height:63px;
}
*/
#meniulogo{
	float:left;
}
#searchshange{
	float:right;
}