.WaGadgetMenuHorizontal .menuInner {
    background: #007D8A;
}

/* Main Menu Background color*/
.WaGadgetMenuHorizontal .menuBackground {
background: #007d8a;
}

/* Menu background color when hovering menu item*/
.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li>.item:hover>a {
background: #c69214;
}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel{
background: #007D8A !important;
}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li>.item>a{
color: white !important;
}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li>.item>a:hover{
background: #C69214 !important;
}

/* Menu backgroun color on an Active Menu page */
.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li.sel>.item>a {
background: #c69214;
}

/* Child page menu background color */
.WaGadgetMenuHorizontal .menuInner ul ul {
background: #c69214;
}

/* Child page menu background color when hovering child page items*/
.WaGadgetMenuHorizontal .menuInner ul ul li>.item:hover>a {
background: #c69214;
}

/* Child page menu background color of the active child page*/
.WaGadgetMenuHorizontal .menuInner ul ul li.sel>.item>a {
background: #c69214;
}
/* top level menu text and background colour, height and padding */
.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li>.item>a
{
	height: 14px;
	padding: 8px 10px 16px 10px;