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:47px;
	list-style:none;
	margin:0;
	padding:0;
	padding-top:20px;
	padding-left:20%;
	background-repeat: repeat-x;
}
/* Float LI Elements - horizontal display */
	ul#menu li {
	float:left;
}
/* Link - common attributes */
	ul#menu li a {
	display:block;
	height:47px;
	position:relative;
	background-attachment: scroll;
	background-image: url(../img/menu_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/* Specify width and background position attributes specifically for the class: "home" */
	ul#menu li a.home {
	width:62px;
}
/* Specify width and background position attributes specifically for the class: "about" */
	ul#menu li a.about {
	width:81px;
	background-position:-62px 0px;
}
/* Specify width and background position attributes specifically for the class: "products" */
	ul#menu li a.products {
	width:156px;
	background-position:-143px 0px;
}
/* Specify width and background position attributes specifically for the class: "service" */
	ul#menu li a.service {
	width:76px;
	background-position:-299px 0px;
}
/* Specify width and background position attributes specifically for the class: "team" */
	ul#menu li a.team {
	width:59px;
	background-position:-375px 0px;
}
/* Specify width and background position attributes specifically for the class: "contact" */
	ul#menu li a.contact {
	width:80px;
	background-position:-434px 0px;
}
/* Span (on hover) - common attributes */
	ul#menu li a span {
	display:block;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:100;
	background-attachment: scroll;
	background-image: url(../img/menu_top.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
/* 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 -47px;
}
/* Shift background position on hover for the class: "about" */
	ul#menu li a.about span {
	background-position:-62px -47px;
}
/* Shift background position on hover for the class: "products" */
	ul#menu li a.products span {
	background-position:-143px -47px;
}
/* Shift background position on hover for the class: "service" */
	ul#menu li a.service span {
	background-position:-299px -47px;
}
/* Shift background position on hover for the class: "team" */
	ul#menu li a.team span {
	background-position:-375px -47px;
}
/* Shift background position on hover for the class: "contact" */
	ul#menu li a.contact span {
	background-position:-434px -47px;
}


