ul#menu-bar {
	padding: 0px;
	height: 44px;
	width: 900px;
	position: relative;
	text-align: center;
	margin: 0px;
}
ul#menu-bar li {
	list-style-type: none;
	position: absolute;
}
ul#menu-bar li a {
	display: block;
	height: 44px;
	position: relative;
	text-indent: -9999px;
    text-decoration: none;
}
#home {	 left: 0px;}
#home a {
	width: 120px;
	background-image: url(images/menu-bar/manu-bar.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#home a:hover{
	width:120px;
	background-image: url(images/menu-bar/manu-bar.jpg);
	background-repeat: no-repeat;
	background-position: 0px -44px;
}
#about {left: 120px;}
#about a {
	background-image: url(images/menu-bar/manu-bar.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	width: 120px;
	background-position: -120px 0px;
}
#about a:hover{
	width:120px;
	background-image: url(images/menu-bar/manu-bar.jpg);
	background-repeat: no-repeat;
	background-position: -120px -44px;
}
#menu-item {left: 240px;}
#menu-item a {
	background-image: url(images/menu-bar/manu-bar.jpg);
	background-repeat: no-repeat;
	width: 120px;
	background-position: -240px 0px;
}
#menu-item a:hover{
	width:120px;
	background-image: url(images/menu-bar/manu-bar.jpg);
	background-repeat: no-repeat;
	background-position: -240px -44px;
}
#links {left: 360px;}
#links a {
	background-image: url(images/menu-bar/manu-bar.jpg);
	background-repeat: no-repeat;
	width: 120px;
	background-position: -360px 0px;
}
#links a:hover{
	width:120px;
	background-image: url(images/menu-bar/manu-bar.jpg);
	background-repeat: no-repeat;
	background-position: -360px -44px;
}
#contact-us {left: 480px;}
#contact-us a {
	background-image: url(images/menu-bar/manu-bar.jpg);
	background-repeat: no-repeat;
	width: 120px;
	background-position: -480px 0px;
}
#contact-us a:hover{
	width:120px;
	background-image: url(images/menu-bar/manu-bar.jpg);
	background-repeat: no-repeat;
	background-position: -480px -44px;
}

a:link {
	color: #FC0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FC0;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #F4F154;
}
