#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 1000px;
	height: 357px;
	position: relative;
	background-image: url(../images/header.jpg);
}
#menu span {
	display: none;
	position: absolute;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#menu a:hover {
	background-position: left bottom;
}
#menu a:hover span{
	display: block;
}
#menu .home {
	width: 144px;
	height: 58px;
	left: 610px;
	top: 20px;
	background-image: url(../images/home.png);
	background-repeat: no-repeat;
}
#menu .home span {
	width: 86px;
	height: 14px;
	left: 28px;
	top: -20px;
	background-image: url(../images/home-over.png);
	background-repeat: no-repeat;
}
#menu  .web {
	width: 131px;
	height: 51px;
	left: 730px;
	top: 34px;
	background-image: url(../images/web.png);
	background-repeat: no-repeat;
}
#menu  .web  span {
	width: 40px;
	height: 12px;
	left: 44px;
	top: 54px;
	background-image: url(../images/web-over.png);
	background-repeat: no-repeat;
}
#menu  .print {
	width: 112px;
	height: 47px;
	left: 840px;
	top: 20px;
	background-image: url(../images/print.png);
	background-repeat: no-repeat;
}
#menu  .print  span {
	width: 92px;
	height: 20px;
	left: 26px;
	top: -20px;
	background-image: url(../images/print-over.png);
	background-repeat: no-repeat;
}


#menusmall {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 1000px;
	height: 170px;
	position: relative;
	background-image: url(../images/header-smaller-nosign.jpg);
	background-repeat: no-repeat;
}
#menusmall span {
	display: none;
	position: absolute;
}
#menusmall a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#menusmall a:hover {
	background-position: left bottom;
}
#menusmall a:hover span{
	display: block;
}
#menusmall .home {
	width: 144px;
	height: 58px;
	left: 610px;
	top: 20px;
	background-image: url(../images/home.png);
	background-repeat: no-repeat;
}
#menusmall .home span {
	width: 86px;
	height: 14px;
	left: 28px;
	top: -20px;
	background-image: url(../images/home-over.png);
	background-repeat: no-repeat;
}
#menusmall  .web {
	width: 131px;
	height: 51px;
	left: 730px;
	top: 34px;
	background-image: url(../images/web.png);
	background-repeat: no-repeat;
}
#menusmall  .web  span {
	width: 40px;
	height: 12px;
	left: 44px;
	top: 54px;
	background-image: url(../images/web-over.png);
	background-repeat: no-repeat;
}
#menusmall  .print {
	width: 112px;
	height: 47px;
	left: 840px;
	top: 20px;
	background-image: url(../images/print.png);
	background-repeat: no-repeat;
}
#menusmall  .print  span {
	width: 92px;
	height: 20px;
	left: 26px;
	top: -20px;
	background-image: url(../images/print-over.png);
	background-repeat: no-repeat;
}

