#banner {
background: 18px 5px no-repeat url(/template/generic/gfx/globalrenewables_logo.gif);
}

#navPanel {
background:top left repeat-x url(/template/grl/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/grl/gfx/hNav_item_divider.gif);

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

}

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

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

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

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