#banner {
background: 25px 0 no-repeat url(/template/generic/gfx/grd_logo.gif);
}
#navPanel {
background:top left repeat-x url(/template/grd/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/grd/gfx/hNav_item_divider.gif);

	}
	
#content_container {

background:bottom left no-repeat url(/template/grd/gfx/grd_home_content_bg.jpg);

}

/****************************************/
/*     new menu item roll over state   */
.hnav ul li a:hover {
	color: #0c7294 !important;
	background-color: #fff !important;
	}
/****************************************/

/****************************************/
/*     new drop down menu   */
.hnav li:hover ul, .hnav li.over ul { 
	display:block;
	left:0;
	border: 1px solid #0c7088;
	background-color: #dde9ef;
	padding: 0;
	width: 140px;

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


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