@charset "utf-8";
/* CSS Document */

#menu {
/*USE THIS TO MOVE THE ENTIRE MENU*/
	width: 400px;
	margin-left: 317px;
}


#menu li{
	list-style: none;
	display: inline;
}

#menu a{
	width: 100px;
	line-height: 20px;
	display: block;
	float: left;
	text-indent: -5000px;
}

#menu a:hover {
	background-position: 0px -20px;
}

#home {
	background-image: url(../images/home.gif);
	background-repeat: no-repeat;
}

#services {
	background-image: url(../images/services.gif);
	background-repeat: no-repeat;
}

#portfolio {
	background-image: url(../images/portfolio.gif);
	background-repeat: no-repeat;
}

#contact {
	background-image: url(../images/contact.gif);
	background-repeat: no-repeat;
}