﻿/*    Header Section   */

#header {
	position: relative;	
	width: 920px;
	top: 10px;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff !important;
	text-align: center;
	padding: 0 0 0 0;
	border: 0; 
	}
	
#header_logo {
	position: absolute;
	top: 0;
	left: 20px;
}

#header_top {
	position: absolute;
	top: 0;
	right: 20px;
	text-align: right;
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	color: black;
}


*/

div#headermenu {
	position: relative;
	min-height: 75px;	
	height: auto !important;
}

div#headermenu ul {
	list-style: none;
	margin-left: 50px;
}

div#headermenu ul li {
	display: inline;

}

div#headermenu ul a {
	height: 25px;
	float: left;
	text-indent: -9000px; /* hack so text still 'exists' */
	background-repeat: repeat-none;
}

div#headermenu ul a#header-services{
	width: 100px;
	height: 25px;
	background-color: #cccccc;
	background-image: url( 'http://www.aussierenewables.com.au/images/b_business.gif' );
	}

div#headermenu ul a#header-services:hover {
	background-image: url( 'http://www.aussierenewables.com.au/images/b_business_dn.gif' );
}

div#headermenu ul a#header-news {
	width: 100px;
	height: 25px;
	background-color: #9999cc;
	background-image: url( 'http://www.aussierenewables.com.au/images/b_news.gif' );
}

div#headermenu ul a#header-news:hover {
	background-image: url( 'http://www.aussierenewables.com.au/images/b_news_dn.gif' );
}

div#headermenu ul a#header-events {
	width: 100px;
	height: 25px;
	background-color: #cccc00;
	background-image: url( 'http://www.aussierenewables.com.au/images/b_events.gif' );
}

div#headermenu ul a#header-events:hover {
	background-image: url( 'http://www.aussierenewables.com.au/images/b_events_dn.gif' );
}

div#headermenu ul #header-spacer {
	height: 15px;
}

