#navbar {
	margin: 0px;
	padding: 0px;
	height: 38px;
	list-style: none;
	background-image: url(../images/buttons.gif);
	background-repeat: repeat-x;
	float: right;
}

#navbar li {
	float: left;
}

#navbar a {
	text-decoration: none;
	display: block;
	height: 38px;
	text-indent: -5000px;
	background-image: url(../images/buttons.gif);
	background-repeat: no-repeat;
}

#first_box {
	margin: 0px;
	padding: 0px;
	height: 95px;
	list-style: none;
	background-image: url(../images/first_box.gif);
	background-repeat: repeat-x;
	float: right;
}

#first_box li {
	float: left;
}

#first_box a {
	text-decoration: none;
	display: block;
	height: 95px;
	text-indent: -5000px;
	background-image: url(../images/first_box.gif);
	background-repeat: no-repeat;
}
#second_box {
	padding: 0px;
	height: 95px;
	list-style: none;
	background-image: url(../images/second_box.gif);
	background-repeat: repeat-x;
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#second_box li {
	float: left;
}

#second_box a {
	text-decoration: none;
	display: block;
	height: 95px;
	text-indent: -5000px;
	background-image: url(../images/second_box.gif);
	background-repeat: no-repeat;
}

#navbar #home {
	background-position: -0px 0px;
	width: 86px;
}
#navbar #home:hover {
	background-position: -0px -38px;
}

#navbar #phase1 {
	background-position: -86px 0;
	width: 89px;
}
#navbar #phase1:hover {
	background-position: -86px -38px;
}
#navbar #phase2 {
	background-position: -175px 0;
	width: 91px;
}
#navbar #phase2:hover {
	background-position: -175px -38px;
}
#navbar #phase3 {
	background-position: -266px 0;
	width: 87px;
}
#navbar #phase3:hover {
	background-position: -266px -38px;
}

#navbar #phase4{
	background-position: -353px 0px;
	width: 92px;
}
#navbar #phase4:hover {
	background-position: -353px -38px;
}
#navbar #phase5{
	background-position: -445px 0px;
	width: 119px;
}
#navbar #phase5:hover {
	background-position: -445px -38px;
}
#navbar #location{
	background-position: -564px 0px;
	width: 100px;
}
#navbar #location:hover {
	background-position: -564px -38px;
}

#navbar #contact{
	background-position: -664px 0px;
	width: 112px;
}
#navbar #contact:hover {
	background-position: -664px -38px;
}

#first_box #box_phase1 {
	background-position: -0px 0;
	width: 112px;
}
#first_box #box_phase1:hover {
	background-position: -0px -95px;
}
#first_box #box_phase2 {
	background-position: -112px 0;
	width: 108px;
}
#first_box #box_phase2:hover {
	background-position: -112px -95px;
}
#first_box #box_phase3 {
	background-position: -220px 0;
	width: 112px;
}
#first_box #box_phase3:hover {
	background-position: -220px -95px;
}
#second_box #box_phase4 {
	background-position: -0px 0;
	width: 112px;
}
#second_box #box_phase4:hover {
	background-position: -0px -95px;
}
#second_box #box_phase5 {
	background-position: -112px 0;
	width: 108px;
}
#second_box #box_phase5:hover {
	background-position: -112px -95px;
}
#second_box #box_phase6 {
	background-position: -220px 0;
	width: 112px;
}
#second_box #box_phase6:hover {
	background-position: -220px -95px;
}

