.LNBHome
{
	display:block;
    margin: 5px Auto 5px Auto;
    width: 120px;
    height: 25px;
	background: url(Images/LeftNavButtons/home-up.png) no-repeat
}

.LNBHome:hover
{
	background: url(Images/LeftNavButtons/home-over.png) no-repeat
}

.LNBATT
{
	display:block;
    margin: 5px Auto 5px Auto;
    width: 120px;
    height: 30px;
	background: url(Images/LeftNavButtons/about-trust-up.png) no-repeat
}

.LNBATT:hover
{
	background: url(Images/LeftNavButtons/about-trust-over.png) no-repeat
}

.LNBAC
{
	display:block;
    margin: 5px Auto 5px Auto;
    width: 120px;
    height: 30px;
	background: url(Images/LeftNavButtons/annenberg-classroom-up.png) no-repeat
}

.LNBAC:hover
{
	background: url(Images/LeftNavButtons/annenberg-classroom-over.png) no-repeat
}

.LNBOP
{
	display:block;
    margin: 5px Auto 5px Auto;
    width: 120px;
    height: 25px;
	background: url(Images/LeftNavButtons/our-programs-up.png) no-repeat
}

.LNBOP:hover
{
	background: url(Images/LeftNavButtons/our-programs-over.png) no-repeat
}

.LNBRAP
{
	display:block;
    margin: 5px Auto 5px Auto;
    width: 120px;
    height: 30px;
	background: url(Images/LeftNavButtons/resources-up.png) no-repeat
}

.LNBRAP:hover
{
	background: url(Images/LeftNavButtons/resources-over.png) no-repeat
}

.LNBVC
{
	display:block;
    margin: 5px Auto 5px Auto;
    width: 120px;
    height: 25px;
	background: url(Images/LeftNavButtons/visitors-up.png) no-repeat
}

.LNBVC:hover
{
	background: url(Images/LeftNavButtons/visitors-over.png) no-repeat
}

.LNBSearch
{
	display:block;
    margin: 5px Auto 5px Auto;
    width: 92px;
    height: 30px;
	background: url(Images/LeftNavButtons/search-up.png) no-repeat
}

.LNBSearch:hover
{
	background: url(Images/LeftNavButtons/search-over.png) no-repeat
}
