.header-menu-wrap {
  display: inline-block;
  width: 100%;
  text-align: left;
height: 35px;
}
.bathdrop{border-left: solid 1px #E5E5E5; margin-right: 10px;}

.headermenu {
  padding: 8px;
  height: 30px;
   background-image: linear-gradient(#FAF7DE, #DED9AF);
}

.headermenu a {
  text-decoration: none;
}
.bathdropdown1 a{margin: 5px;}

.headermenu>ul>li>a {
  display: inline-block;
  text-align: left;
  text-decoration: none;
  color: #000;
}
.headermenu ul {
  padding-left: 0;
  list-style: none;
}
.headermenu .arrow {
  line-height: 0%;
  font-size: 8px;
}

.headermenu>ul>li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 35px;
  font-size: 14px;
  padding-left: 10px;
}
.headermenu>ul>li>div {
  display: none;
  position: absolute;
  top: 100%;
  width: 700px;
  background-color: #fff;
 
}
#menuk li{
font-size: 12px;
margin: 4px 8px 0;
}

.menud {font-size: 14px;}


.headermenu>ul>li:hover>div {
  display: block;
    	margin: 0 auto;
	width: 700px;
}

.left,
.middle,
.right {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	width: 200px;
}


.headermenu li.active a,
.headermenu li a.active,
.headermenu a:hover,
.headermenu a:focus,
.headermenu a:active {
	color: #028ac6;
	background: #fff url(/assets/primary-nav-anchor-bg.gif) no-repeat left top;
}

.headermenu li.home span,
.headermenu li.home a:hover span,
.headermenu li.home a:focus span,
.headermenu li.home a:active span {
	overflow: hidden;
	text-indent: -99em;
	margin: 5px 10px 0;
	width: 21px;
	height: 20px;
	padding: 0;
	background: url(/assets/homes.gif) no-repeat;
}
@media screen and (max-width: 600px) {
  .headermenu.responsive {position: absolute;}
  .headermenu.responsive a.icon {
    position: relative;
    right: 0;
    top: 0;
  }

/* homepage specific stylesheet - for inclusion on HOMEPAGE ONLY */
#home-content-main {
	margin-bottom: 20px;
}

#content-main h2 {
	font-size: 1.875em;
}

/* !panels */
.home-panel .inner {
	overflow: hidden;
	border-radius: 0 0 5px 5px;
	border-left: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
	border-bottom: 1px solid #bebebe;
	min-height: 340px;
	background-color: #f6f6f6;
}

.ie6 .home-panel .inner {
	height: 340px;
}

#content .home-panel h2 {
	margin: 0;
	border-radius: 5px 5px 0 0;
	padding: 15px 10px;
	color: #fff;
	background: #f45815;
}

#content .home-panel h2 a {
	padding-right: 15px;
	text-decoration: none;
	color: #fff;
	background: url(/assets/gwb-chevron.gif) no-repeat right center;
}

.home-panel .content {
	overflow: hidden;
	padding: 0 10px;
}

.home-panel .context {
	display: block;
	width: 100%;
	height: 150px;
	background-position: center top;
	background-repeat: no-repeat;
}

/* !panels - tools */
#home-panel-tools .inner {
	background-color: #fff;
}

#home-panel-tools ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#home-panel-tools li {
	font-size: 1em;
}

#home-panel-tools li a {
	display: block;
	border-bottom: 1px solid #bebebe;
	padding: 10px;
	color: #4e4e4e;
	text-decoration: none;
}

#home-panel-tools li.last a {
	border-bottom: 0;
}

#home-panel-tools li a:hover,
#home-panel-tools li a:focus,
#home-panel-tools li a:active {
	background-color: #f6f6f6;
}

#home-panel-tools li strong {
	display: inline-block;
	padding-right: 15px;
	font: 1.125em 'Sainsburys Slab Bold', Helvetica, sans-serif;
	background: url(/assets/cta-chevron-grey.gif) no-repeat right center;
}

#home-panel-tools li em {
	display: block;
	font-size: .875em;
	font-style: normal;
}

/* !money-matters blog panel */
#home-money-matters {
	padding-bottom: 20px;
}

#home-money-matters h2.title {
	margin-bottom: .875em;
	padding-bottom: .25em;
	border-bottom: 4px solid #f45815;
}

#home-money-matters h3 {
	color: #020202;
}

/* !more items panel */
#home-more {
	padding-bottom: 20px;
}

#home-more h2 {
	font-size: 1.25em;
	color: #020202;
}

/* !travel money panel */
#home-panel-travel-money iframe {
	display: block;
	margin: 10px auto;
}