/* Menu Body */
	ul#menu {
	/*width:100%;*/
	background:url(img/fade.jpg) repeat-x;
	list-style:none;
	margin:0 0 0 0;
	padding:50px 0 0 0;/*		padding-top:20px;
		padding-left:20%;*/
	}
/* Float LI Elements - horizontal display */
	ul#menu li {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
/* Link - common attributes */
	ul#menu li a {
	background:url(../img/fade.jpg) no-repeat scroll top left;
	display:block;
	height:50px;
	position:relative;
}
/*            top                */
	
	/* Specify width and background position attributes specifically for the class: "portfolio" */
	ul#menu li a.portfolio {
	width:100px;
	background-position:0px 0px;
}
/* Specify width and background position attributes specifically for the class: "about" */
	ul#menu li a.about {
	background-position:-100px 0px;
	width:100px;
}
/* Specify width and background position attributes specifically for the class: "services" */
	ul#menu li a.services {
	width:100px;
	background-position:-200px 0px;
}
/* Specify width and background position attributes specifically for the class: "contact" */
	ul#menu li a.contact {
	background-position:-300px 0px;
	width:100px;
}
/*            top                */

/* Span (on hover) - common attributes */
	ul#menu li a span {
	background:url(../img/fade.jpg) 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;
}
/*                      top             */
	/* Shift background position on hover for the class: "portfolio" */
	ul#menu li a.portfolio span {
	background-position:0px -51px;
}
/* Shift background position on hover for the class: "about" */
	ul#menu li a.about span {
	background-position:-100px -51px;
}
/* Shift background position on hover for the class: "services" */
	ul#menu li a.services span {
	background-position:-200px -51px;
}
/* Shift background position on hover for the class: "contact" */
	ul#menu li a.contact span {
	background-position:-300px -51px;
}
/*                      top             */
