/* header */

div#header {
	width: 960px;
	height: 82px;
	display: block;
	float: left;
}
	div#header .left {
		text-align:left;
		float: left;
	}
	div#header .right {
		text-align:right;
		float: right;
	}


	div#mainNav {
		width: 960px;
	}
	div#mainNav ul {
			list-style-type:none;
			list-style-image:none;
			list-style-position:outside;
			list-style-type:none;
			padding: 0;
			margin: 0;
	}
		div#mainNav ul li {
				display:block;
				height:23px;
				text-indent:-9999px;
				float:left;
		}	
		div#mainNav ul li a { width: 160px; height: 28px; display:block; outline:none; }
		div#mainNav ul li a#home         { background-image: url(../images/header/menu_home.gif);         background-repeat: no-repeat; background-position: top; }
		div#mainNav ul li a#aboutus      { background-image: url(../images/header/menu_aboutus.gif);      background-repeat: no-repeat; background-position: top; }
		div#mainNav ul li a#sponsorship  { background-image: url(../images/header/menu_sponsorship.gif);  background-repeat: no-repeat; background-position: top; }
		div#mainNav ul li a#socialcontri { background-image: url(../images/header/menu_socialcontri.gif); background-repeat: no-repeat; background-position: top; }
		div#mainNav ul li a#greenhorizon { background-image: url(../images/header/menu_greenhorizon.gif); background-repeat: no-repeat; background-position: top; }
		div#mainNav ul li a#funding      { background-image: url(../images/header/menu_funding.gif);      background-repeat: no-repeat; background-position: top; }
		
		div#mainNav ul li a#home:hover         { background-position: bottom; }
		div#mainNav ul li a#aboutus:hover      { background-position: bottom; }
		div#mainNav ul li a#sponsorship:hover  { background-position: bottom; }
		div#mainNav ul li a#socialcontri:hover { background-position: bottom; }
		div#mainNav ul li a#greenhorizon:hover { background-position: bottom; }
		div#mainNav ul li a#funding:hover      { background-position: bottom; }


div#breadcrumbContainer {
	width: 960px;
	padding-bottom: 35px;
	display: block;
	float: left;
}
div#breadcrumbContainer div#breadcrumb {
	padding-left: 25px;
	padding-top: 10px;
	font-family: Verdana;
	font-size: 9pt;
	color: #73489c;
	float: left;
}