




/* Highlight current main-level tab */
/* First entry is a generic class used to turn menu highlight for non-menu pages */
.nav-home     #nav-home > a,
#home         #nav-home > a,
#about        #nav-home > a,
#contact      #nav-home > a,
#privacy      #nav-home > a,
#search       #nav-home > a,

.nav-tvshow   #nav-tvshow > a,
#airsch       #nav-tvshow > a,
#tvshow       #nav-tvshow > a,
#tvshowc      #nav-tvshow > a,
#music        #nav-tvshow > a,
#roku         #nav-tvshow > a,

.nav-newsletter #nav-newsletter > a,
#levletter    #nav-newsletter > a,
#mlreq        #nav-newsletter > a,
#llxnews      #nav-newsletter > a,

.nav-tours    #nav-tours > a,
#tourinfo     #nav-tours > a,
#tourhelp     #nav-tours > a,
#travelreq    #nav-tours > a,
#travelreg    #nav-tours > a,
#travelpay    #nav-tours > a,

.nav-store    #nav-store > a,
#store1       #nav-store > a,
#store2       #nav-store > a,
#store3       #nav-store > a,
#store4       #nav-store > a,
#store5       #nav-store > a,
#store6       #nav-store > a,
#storeinst    #nav-store > a,

.nav-donations #nav-donations > a,
#donate       #nav-donations > a,
#will         #nav-donations > a,

.nav-info     #nav-info > a,
#news         #nav-info > a,
#faq          #nav-info > a,
#essays       #nav-info > a,

.nav-talk     #nav-talk > a,
#blog         #nav-talk > a,
#zb           #nav-talk > a,
#congregation #nav-talk > a
{
	background: #182f53;   /* $color-menu1-bg;  for non-css3 browsers */
	border: solid 1px #2a3d5a;   /* $color-menu1-border-hi; */
}




/* Highlight subtab */
#home         #nav-home0 a,
#about        #nav-about a,
#contact      #nav-contact a,
#privacy      #nav-privacy a,
#search       #nav-search a,

#airsch       #nav-airsch a,
#tvshow       #nav-tv a,
#tvshowc      #nav-tvc a,
#music        #nav-music a,
#roku         #nav-roku a,

#levletter    #nav-levletter a,
#mlreq        #nav-mlreq a,
#llxnews      #nav-llx a,

#tourinfo     #nav-tourinfo a,
#tourhelp     #nav-tourhelp a,
#travelreq    #nav-travelreq a,
#travelreg    #nav-travelreg a,
#travelpay    #nav-travelpay a,

#store1       #nav-store1 a,
#store2       #nav-store2 a,
#store3       #nav-store3 a,
#store4       #nav-store4 a,
#store5       #nav-store5 a,
#store6       #nav-store6 a,
#storeinst    #nav-storeinst a,

#donate       #nav-donate a,
#will         #nav-will a,

#news         #nav-news a,
#faq          #nav-faq a,
#essays       #nav-essays a,

#blog         #nav-blog a,
#zb           #nav-zb a,
#congregation #nav-congregation a
{
	color: #396bb0 !important;  /* $color-menu2-text-hi */
}
