/* Menu horizontal Localization */

/*********** Local adjustments to the h_menubar ***********/

/*********** h_menuitem, h_submenu and flyout text link colors ***********/
.h_menubar a {color: #fff;} /* h_menuitem */
.h_submenu a {color: #fff;} /* h_submenus */
.h_submenu div ul a {color: #fff;} /* flyouts */
/*********** h_submenu and flyout primary backgrounds ***********/
.h_one ul {background: #6B7664;}
.h_two ul {background: #6B7664;}
.h_three ul {background: #6B7664;}
.h_four ul {background: #6B7664;}
.h_five ul {background: #6B7664;}
.h_six ul {background: #6B7664;}
.h_seven ul {background: #6B7664;}
.h_last ul {background: #6B7664;}
.h_submenu div ul {background: #6B7664;} /* flyouts */
/*********** hmenuitem, h_submenu and flyout link hover backgrounds ***********/
.h_menuitem:hover {background: #BCBCBC;} /* h_menuitems */
.h_submenu li:hover {background: #BCBCBC;} /* h_submenus */
.h_submenu div li:hover {background: #BCBCBC;} /* flyouts */