body {
		margin:0;
	}
	
	/* Firefox Dotted Outline Fix */
	a:active { 
		outline: none; 
	}
	
	/* Firefox Dotted Outline Fix */
	a:focus { 
		-moz-outline-style: none; 
	}
	
	/* Menu Body */
	ul#menu {
		width:100%;
		height:71px;
		list-style:none;
		margin:0;
		padding:0;
		padding-top:0px;
		padding-left:0%;
	}
	
	/* Float LI Elements - horizontal display */
	ul#menu li {
		float:left;
	}
	
	/* Link - common attributes */
	ul#menu li a {
		background:url(sprite.png) no-repeat scroll top left;
		display:block;
		width:957px;
		height:71px;
		position:relative;
	}
	
	/* Specify width and background position attributes specifically for the class: "home" */
	ul#menu li a.home {
		width:159px;
	}
	
	/* Specify width and background position attributes specifically for the class: "aboutus" */
	ul#menu li a.aboutus {
		width:159px;
		background-position:-159px 0px;
	}
	
		/* Specify width and background position attributes specifically for the class: "services" */
	ul#menu li a.services {
		width:160px;
		background-position:-318px 0px;
	}
	
		/* Specify width and background position attributes specifically for the class: "gallery" */
	ul#menu li a.gallery {
		width:159px;
		background-position:-477px 0px;
	}
	
		/* Specify width and background position attributes specifically for the class: "soffers" */
	ul#menu li a.soffers {
		width:160px;
		background-position:-636px 0px;
	}
	
		/* Specify width and background position attributes specifically for the class: "contactus" */
	ul#menu li a.contactus {
		width:160px;
		background-position:-795px 0px;
	}
	/* Span (on hover) - common attributes */
	ul#menu li a span {
		background:url(sprite.png) no-repeat scroll bottom left;
		display:block;
		position:absolute;
		top:0;
		left:0;
		height:100%;
		width:100%;
		z-index:100;
	}
	
	/* Span (on hover) - display pointer */
	ul#menu li a span:hover {
		cursor:pointer;
	}
	
	/* Shift background position on hover for the class: "home" */
	ul#menu li a.home span {
		background-position:0px -71px;
	}
	
	/* Shift background position on hover for the class: "aboutus" */
	ul#menu li a.aboutus span {
		background-position:-159px -71px;
	}

	/* Shift background position on hover for the class: "services" */
	ul#menu li a.services span {
		background-position:-318px -71px;
	}
	
	/* Shift background position on hover for the class: "gallery" */
	ul#menu li a.gallery span {
		background-position:-477px -71px;
	}
	
	/* Shift background position on hover for the class: "soffers" */
	ul#menu li a.soffers span {
		background-position:-636px -71px;
	}
	
	/* Shift background position on hover for the class: "contactus" */
	ul#menu li a.contactus span {
		background-position:-795px -71px;
	}