#navMenu_div {
	position: relative;
	width: 71.0em;
	height: 3.4em;
	background: #0D0D56;
	padding: 0;
	margin: 0;
	border-bottom: 0.1em solid black;
}
	ul#navMenu {
		list-style-type: none;
		height: 3.3em;
		padding: 0;
		margin: 0;
		border-top: .1em solid black;
		background-color: #0D0D56;
	}
		ul#navMenu li {display: inline}
			ul#navMenu li a {
				height: 3.3em;
				padding: 0;
				margin: 0;
				color: white;
			}
			ul#navMenu li a:hover {color: yellow;}
				img.menuImage {
					position: absolute;
					top: 0.1em;
					height: 3.3em;
					border: none;
					margin: 0;
					padding: 0;
					background-color: transparent;
				}
				#homeImage {width: 7.6em; left: 0;}
				#productsImage {width: 9.4em; left: 7.6em;}
				#servicesImage {width: 8.8em; left: 17.0em;}
				#downloadsImage {width: 11.5em; left: 25.8em;}
				#supportImage {width: 8.5em; left: 37.3em;}
				#newsImage {width: 13.7em; left: 45.8em;}
				#contactUsImage {width: 11.5em; left: 59.5em;}