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

