#navlist {
	background: #fff url(../ThreeBees/navbar.jpg); 
	border-top: 3px #BFD1B7 solid;
}
#navlinks li ul {
	background-color: #BFD1B7;				/* background color of first drop-down menu */
}
#navlinks li ul li ul{						/* background color of 2nd drop-down menu */
	background-color: #A3BD98;
}
#navlinks li:hover a{						/* keeps top level item highlighted while lower  */
	background-color: #7CA16B;				/*         levels are hovered over */
}
#navlinks li ul li:hover {					/* keeps subsequent level item highlighted while  */
	background-color: #7CA16B;				/*         lower levels are hovered over */
}
#contentWrapper {
	border-top: 3px #BFD1B7 solid;
	border-bottom: 3px #BFD1B7 solid;
}
.emailList {
	background-color:#BFD1B7;
}
.borderLine {
	border-top: 1px solid #7CA16B;
}
/************************* right column in these pages ***********************/
/* to enable the right column in all threebee pages, uncomment the right border below & */
/* comment out the content width style */
#contentAndRightColumn {		
	background: url(../ThreeBees/rightBorder.jpg) repeat-y right top;
}
/*#content {					
	width: auto;
}*/

