/* Firefox Dotted Outline Fix */
	a:active { 
		outline: none; 
	}
	
	/* Firefox Dotted Outline Fix */
	a:focus { 
		-moz-outline-style: none; 
	}
	
	/* Menu Body */
	ul#menu {
		width:700px;
		height:102px;
		background:url(bg2.jpg) repeat-x;
		list-style:none;
		margin:0;
		padding:0;
		padding-top:20px;
		padding-left:37.5%;
	}
	
	/* Float LI Elements - horizontal display */
	ul#menu li {
		float:left;
	}
	
	/* Link - common attributes */
	ul#menu li a {
		background:url(HorNav.png) no-repeat scroll top left;
		display:block;
		height:81px;
		position:relative;
	}
	
	/* Specify width and background position attributes specifically for the class: "about" */
	ul#menu li a.about {
		width:157px;
	}
	
	/* Specify width and background position attributes specifically for the class: "technique" */
	ul#menu li a.technique {
		width:155px;
		background-position:-157px 0px;
	}
	
	ul#menu li a.contact	{
		width:150px;
		background-position:-316px 0px;
	}
	
	ul#menu li a.visit {
		width:157px;
		background-position:-480px 0px;
	}
	
	
	
	/* Span (on hover) - common attributes */
	ul#menu li a span {
		background:url(HorNav.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.about span {
		background-position:0px -81px;
	}
	
	/* Shift background position on hover for the class: "portfolio" */
	ul#menu li a.technique span {
		background-position:-157px -81px;
	}
	
	ul#menu li a.contact span {
		background-position:-316px -81px;
	}
	ul#menu li a.visit span{
		background-position:-480px -81px;
	}
	#logo {
	width:100%;
		height:102px;
		background:;
		list-style:none;
		margin:0;
		padding:0;
		padding-top:20px;
		padding-left:5%;
		position:absolute;
		
	}
	ul#logo li {
		float:left;
	}

	ul#logo li a {
		background:url(fplogo.jpg) no-repeat scroll top left;
		display:block;
		height:80px;
		width:303px;
		position:relative;
	}