/*

		header

*/
DIV#header {
 	width: 100%;
	background: url(../images/header/header_background.gif) top center repeat-y;
	float: left;
}

	DIV#header DIV {
		width: 691px;
		margin: 0 auto;
	}


	DIV#header H1#ade_logo A,
	DIV#header UL#menu LI A {
		display: block;
		float: left;
		
		background-position: top right;
		background-repeat: no-repeat;
		height: 61px;
		
		text-indent: -9999px;
	}
	
	
	DIV#header H1#ade_logo {
		margin: 0;
		padding: 0;
	}
	
		DIV#header H1#ade_logo A {
			width: 365px;
			width: 187px;
			
			background-image: url(../images/header/ade_aquatic_design_engineering_logo.gif);
			background-color: #000;
		}
	
	
	DIV#header UL#menu {
		margin: 0;
		padding: 0;
		width: auto;
		height: 61px;
		float: left;
	}
	
		DIV#header UL#menu LI {
			float: left;
			width: auto;
			height: 61px;
			
			list-style-type: none;
		}

			DIV#header UL#menu LI A#projects {
				background-image: url(../images/header/menu/projects.gif);
				width: 112px;
			}
			DIV#header UL#menu LI A#services {
				background-image: url(../images/header/menu/services.gif);
				width: 107px;
			}
			DIV#header UL#menu LI A#about {
				background-image: url(../images/header/menu/about.gif);
				width: 88px;
			}
			DIV#header UL#menu LI A#news {
				background-image: url(../images/header/menu/news.gif);
				width: 81px;
			}
			DIV#header UL#menu LI A#contact {
				background-image: url(../images/header/menu/contact.gif);
				width: 109px;
			}
			