#banner {
background: 27px 26px no-repeat url(/template/generic/gfx/kirfield_logo.gif);
}

#navPanel {
background:top left repeat-x url(/template/kirfield/gfx/hNav_bg_tile.gif);

}
.hnav ul li a, .hnav ul li a:link, .hnav ul li a:visited, .hnav ul li a:active {

background:top right no-repeat url(/template/kirfield/gfx/hNav_item_divider.gif);

}
	
#content_container {
background:bottom left no-repeat url(/template/kirfield/gfx/kirfield_home_content_bg.jpg);

}
/****************************************/
/*     new menu item roll over state   */
.hnav ul li a:hover {
	color: #D77338 !important;
	background-color: #fff !important;
	}
/****************************************/
/****************************************/
/*     new drop down menu   */
.hnav li:hover ul, .hnav li.over ul { 
	display:block;
	left:0;
	border: 1px solid #e37a13;
	background-color: #fffaed;
	padding: 0;
	width: 140px;

	}
/****************************************/


a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #766D66;
	}
a:hover {
	text-decoration: underline;
	color: #766D66;
	}
