/******* HORIZ MENU *********/
/* Changed menu background color to green */
.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li.sel>.item>a {
background: #7ba83f;
}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li>.item:hover>a {
background: #7ba83f;
}

.WaGadgetMenuHorizontal .menuInner 
ul.firstLevel > li:nth-child(7) ul
{ left: auto; right: 0;
}


/****** EVENT CALENDAR VIEW ******/


/* -------------------------------: */
/***** Changing Button Colors ***/
/* change color to turq */

.navigationOuterContainer .navigationContainer .left input.nextButton{
background-color: #7ba83f}
 
.navigationOuterContainer .navigationContainer .right input.nextButton{
background-color: #7ba83f}


/* -------------------------------: */

/* Secondary Menu Colour */
.WaGadgetCustomMenu.menuStyleNone .orientationHorizontal li a {
color:#003a5c}

/* Secondary Menu Colour when hovering */
/* Change color from orange-ff6c00 to turq */
.WaGadgetCustomMenu.menuStyleNone .orientationHorizontal li a:hover {
color:#009999}





