#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 276px;
	height: 48px;
	position: relative;
	float: right;
	top: 162px;
}
  
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}

#menu a:hover {
	background-position: left bottom;
}

#menu .home {
	width: 55px;
	height: 48px;
	background: url(../images/home-lnk.png) no-repeat;
	left: -80px;
	top: 0px;
}

#menu .home-active {
	width: 55px;
	height: 48px;
	background: url(../images/home-pg.png) no-repeat;
	left: -80px;
	top: 0px;
}

#menu .binders {
	width: 70px;
	height: 48px;
	background: url(../images/binders-lnk.png) no-repeat;
	left: 0px;
	top: 0px;
}

#menu .binders-active {
	width: 70px;
	height: 48px;
	background: url(../images/binders-pg.png) no-repeat;
	left: 0px;
	top: 0px;
}

#menu .tabs {
	width: 120px;
	height: 48px;
	background: url(../images/tabs-lnk.png) no-repeat;
	left: 95px;
	top: 0px;
}

#menu .tabs-active {
	width: 120px;
	height: 48px;
	background: url(../images/tabs-pg.png) no-repeat;
	left: 95px;
	top: 0px;
}

#menu .contact {
	width: 79px;
	height: 48px;
	background: url(../images/contact-lnk.png) no-repeat;
	left: 235px;
	top: 0px;
}

#menu .contact-active {
	width: 79px;
	height: 48px;
	background: url(../images/contact-pg.png) no-repeat;
	left: 235px;
	top: 0px;
}
