
#navibar {
	width: 600px;
	height: 30px;
}

#navibar ul {
	margin-left: 25px;
}


#navibar li {
	float:left;
	list-style-type: none;

}


#navibar #btn01 a {
	text-decoration: none;
	height: 25px;
	width:80px;
	display: block;
	margin-left:10px;
	background-image:url(image/btn01.gif);
	text-indent: -9999px;
}

#navibar #btn01 a:hover {
	background-image: url(image/btn01o.gif);
}

#navibar #btn02 a {
	text-decoration: none;
	height: 25px;
	width: 80px;
	display: block;
	margin-left:10px;
	background-image: url(image/btn02.gif);
	text-indent: -9999px;
}

#navibar #btn02 a:hover {
	background-image: url(image/btn02o.gif);
}

#navibar #btn03 a {
	text-decoration: none;
	height: 25px;
	width: 80px;
	display: block;
	margin-left:10px;
	background-image: url(image/btn03.gif);
	text-indent: -9999px;
}

#navibar #btn03 a:hover {
	background-image: url(image/btn03o.gif);
}

#navibar #btn04 a {
	text-decoration: none;
	height:25px;
	width:80px;
	display: block;
	margin-left:10px;	
	background-image: url(image/btn04.gif);
	text-indent: -9999px;
}

#navibar #btn04 a:hover {
	background-image: url(image/btn04o.gif);
}

