/*top header*/
body {background:url(cssimages/bg-blel.jpg) repeat-x;}
body, #allcontent {margin-top:0;}
#header {
	height: 120px;
	background: url(cssimages/food.jpg) no-repeat left top;
}
#layoutnav2 {background-color:#23B44D;}
#header h1 {
	/*font-family: Arial, Helvetica, sans-serif; not required
	font-size: xx-small; changed to 1px, replaced with image
	height: 122px; changed to allow for image height
	background-image: url(Files/produce2.jpg); changed to split image up and resized original 64kb*/
	font-size: 1px; /* added to hide h1*/
	color: #FFF; /* added to hide h1*/
	text-indent: -50px; /* added to hide h1*/
	background-image: url(cssimages/blellogo.jpg); /*new image resized to 4kb*/
	background-repeat: no-repeat;
	background-position: left; /*added for image position*/
	height: 123px; /*added to allow for image height*/
}

/*bread to contrast with background of header*/
#bread, #bread a:link, #bread a:visited {
	color: #006633;
	/*font-family: Arial, Helvetica, sans-serif; not required
	font-size: small; not required
	text-decoration: none; not required
	height: 10px; not required ?*/
}

/*left section*/
#nav2 ul {
	/*font-family: Arial, Helvetica, sans-serif; not required
	font-size: small; not required
	color: #FFFFFF; not required
	background-color: #FFFFFF; not required
	margin-top: 10px; not required ?*/
}

#layoutnav2 #nav2 li a{
	/*font-family: Arial, Helvetica, sans-serif; not required
	font-size: small; not required
	color: #006633; not required
	background-color: #FFFFFF; not required
	height: 25px; not required
	padding-top: 10px; not required*/
	color:#FFF;
}

#nav2 li a:link {
	/*font-family: Arial, Helvetica, sans-serif; not required
	font-size: small; not required*/
	color: #006633;
	/*text-decoration: none; not required*/
}

#nav2 li a:visited {
	/*font-family: Arial, Helvetica, sans-serif; not required
	font-size: small; not required*/
	color: #006633;
	/*text-decoration: none; not required*/
}

#nav2 li a:hover {
	/*font-family: Arial, Helvetica, sans-serif; not required
	font-size: small; not required*/
	color: #FFF; /*changed to match style*/
	background-color: #006633; /*added to match style*/
}

/*added new nav styles*/
#nav2 li.urhere  {} /*need to check content if required*/
	
#nav2 li.selectednolink {
	border-bottom: 1px solid #FF6600;	
	background: url(cssimages/arrowlinkselectedgreen.gif) no-repeat right 5px #CCFFCC;
	color: #006633;
}
/*end of new nav styles*/

#puff { background-color:#006633; } /*added to match style*/
