/************** MAIN NAVIGATION *********************/


.mainBoxTable #mainMenuArea{
	position: relative;
	width: 765px;
	height: 30px;
	background-color: #FFFFFF;
	text-align: left;
}

.lowerMenu { 
	background-color: #FFFFFF; 
	position: absolute; 
	top: 42px; 
	left: 0px; 
	width: 765px; 
}



.menuCell a {
	font-family: Univers, Univers 57 Condensed;
	font-size: 12px;
  	white-space: nowrap;
	text-decoration: none;
	text-align: center;
	font-weight: 600;
	padding-top: 10px;
}

.horizMenuCell { 
  	white-space: nowrap;
}
  	

/************** DEFAULT STYLES *****************/

.horizMenu {
	font-family: Univers, Univers 57 Condensed;
	position: relative;
	display: block;
	color: #9EA336; 
    text-decoration: none;
  	font-size: 12px;
  	padding: 15px 2px 7px 9px;
}

.horizMenu:hover {
	color: #858A3A; 
	text-decoration: none;
}

.horizMenu b {
	color: #858A3A;
	text-decoration: none;
}


.horizMenuFirst {
	font-family: Univers, Univers 57 Condensed;
	position: relative;
	display: block;
	color: #9EA336; 
    text-decoration: none;
  	font-size: 12px;
  	padding: 15px 2px 7px 5px;
  	border-left: 5px solid #F4F7C2;
}

.horizMenuFirst:hover {
	color: #858A3A; 
	text-decoration: none;
}

.horizMenuFirst b {
	color: #858A3A;
	font-weight: 600;
	text-decoration: none;
}



/************** HOME STYLES *****************/

.menuHome {
	background-color: #FFFFFF;
	text-decoration: none;
	color: #35380B;
  	display: block;
  	width: 73px;
  	height: 25px;
}

.menuHome:hover {
	color: #7E88A6;
}

.menuHome b {
	color: #7E88A6;
	font-weight: 600;
}


/************** PROGRAMS STYLES *****************/

.menuPrograms {
	background-color: #FFFFFF;
	text-decoration: none;
	color: #35380B;
  	display: block;
  	width: 183px;
  	height: 25px;
}

.menuPrograms:hover {
	color: #7E88A6;
}

.menuPrograms b {
	color: #7E88A6;
	font-weight: 600;
}


/************** MEDICARE STYLES *****************/

.menuMedicare {
	background-color: #FFFFFF;
	text-decoration: none;
	color: #35380B;
  	display: block;
  	width: 139px;
  	height: 25px;
}

.menuMedicare:hover {
	color: #7E88A6;
}

.menuMedicare b {
	color: #7E88A6;
	font-weight: 600;
}


/************** CLUB STYLES *****************/

.menuClub {
	background-color: #FFFFFF;
	text-decoration: none;
	color: #35380B;
  	display: block;
  	width: 95px;
  	height: 25px;
}

.menuClub:hover {
	color: #7E88A6;
}

.menuClub b {
	color: #7E88A6;
	font-weight: 600;
}


/************** HEALTH STYLES *****************/

.menuHealth {
	background-color: #FFFFFF;
	text-decoration: none;
	color: #35380B;
  	display: block;
  	width: 147px;
  	height: 25px;
}

.menuHealth:hover {
	color: #7E88A6;
}

.menuHealth b {
	color: #7E88A6;
	font-weight: 600;
}


/************** RESOURCES STYLES *****************/

.menuResources {
	background-color: #FFFFFF;
	text-decoration: none;
	color: #35380B;
  	display: block;
  	width: 128px;
  	height: 25px;
}

.menuResources:hover {
	color: #7E88A6;
}

.menuResources b {
	color: #7E88A6;
	font-weight: 600;
}


