@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0}
.head_back{ width:1003px; height:51px; background:url(background.jpg) repeat-x;}
	.head_rightback{ width:683px; height:51px; margin-left:293px; float:left;}
.head_centback{ width:463px; height:51px; float:left;}

ul#menu {
	width:683px;
	height:51px;
	list-style:none;
	clear: none;
	padding: 0px;
	visibility: inherit;
	position: relative;
	float:left;
	}
	
ul#menu li {
		float:left;
	}
	
		ul#menu li a {
	display: block;
	height: 51px;
	position: relative;
	background-attachment: scroll;
	background-image:url(newimgback.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	}	

/* Specify width and background position attributes specifically for the class: "home" */
	ul#menu li a.home {
		width:96px;
	}
	
	/* Specify width and background position attributes specifically for the class: "about us" */

	ul#menu li a.project{
	    width:100px;
		background-position:-97px 0px;
	}


	ul#menu li a.product {
		width:102px;
		background-position:-197px 0px;
	}
	

	
	ul#menu li a.application {
		width:146px;
		background-position:-300px 0px;
		}
	
	
	ul#menu li a.other {
		width:122px;
		background-position:-448px 0px;
	}
	

	ul#menu li a.contact {
		width:111px;
		background-position:-571px 0px;
	}
	
	
	
	
	/* Span (on hover) - common attributes */
	ul#menu li a span {

	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-image: url(newimgback.jpg);
	}
	
	/* 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 -51px;
	}
	
	ul#menu li a.project span{
		background-position:-97px -51px;
	}
	
	/* Shift background position on hover for the class: "about us" */
	ul#menu li a.product span {
		background-position:-197px -51px;
	}

    ul#menu li a.application span {
		background-position:-300px -51px;
	}


    ul#menu li a.other span {
		background-position:-448px -51px;
	}
	

	
	ul#menu li a.contact span {
		background-position:-571px -51px;
	}
	
