#nav_wrap {
	width: 575px;
	/* margin-left: auto;
	margin-right: auto; */
	margin-left: 385px;
	margin-top: 85px;
}
#nav {
	margin: 0px;
	padding: 0px;

}
#nav li {
	display: inline;
}
#nav a {
	display: block;
	float: left;
	height: 39px;
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;		
	color: #000000;
	font-weight: bold;
	text-align: center;
	padding-top: 11px;
}
#nav a#home {
	width: 82px;
}
#nav a:hover#home, #nav .active a#home {
	background-image: url('/img/home.gif');
	background-repeat: repeat-x;
}

#nav a#work {
	width: 84px;
}
#nav a:hover#work, #nav .active a#work {
	background-image: url('/img/work.gif');
	background-repeat: repeat-x;
}

#nav a#about {
	width: 90px;
}
#nav a:hover#about, #nav .active a#about {
	background-image: url('/img/about.gif');
	background-repeat: repeat-x;
}

#nav a#services {
	width: 111px;
}
#nav a:hover#services, #nav .active a#services {
	background-image: url('/img/services.gif');
	background-repeat: repeat-x;
}
#nav a#contact {
	width: 109px;
}
#nav a:hover#contact, #nav .active a#contact {
	background-image: url('/img/contact.gif');
	background-repeat: repeat-x;
}

#nav a#links {
	width: 82px;
}
#nav a:hover#links, #nav .active a#links {
	background-image: url('/img/links.gif');
	background-repeat: repeat-x;
}

