/* CSS Document */

.home
{
	background-image:url(../images/home.gif);
	background-repeat:no-repeat;
	background-position:100% 0%;
	cursor:pointer;	cursor:pointer;
	width:82px;
	height:25px;
}

.home:hover
{
	background-image:url(../images/home.gif);
	background-repeat:no-repeat;
	background-position:100% 100%;
	cursor:pointer;
	width:82px;
	height:25px;
}

.about
{
	background-image:url(../images/aboutus.gif);
	background-repeat:no-repeat;
	background-position:100% 0%;
	cursor:pointer;
	width:82px;
	height:25px;
}

.about:hover
{
	background-image:url(../images/aboutus.gif);
	background-repeat:no-repeat;
	background-position:100% 100%;
	cursor:pointer;
	width:82px;
	height:25px;
}

.services
{
	background-image:url(../images/services.gif);
	background-repeat:no-repeat;
	background-position:100% 0%;
	cursor:pointer;
	width:82px;
	height:25px;
}

.services:hover
{
	background-image:url(../images/services.gif);
	background-repeat:no-repeat;
	background-position:100% 100%;
	cursor:pointer;
	width:82px;
	height:25px;
}

.links
{
	background-image:url(../images/links.gif);
	background-repeat:no-repeat;
	background-position:100% 0%;
	cursor:pointer;
	width:82px;
	height:25px;
}

.links:hover
{
	background-image:url(../images/links.gif);
	background-repeat:no-repeat;
	background-position:100% 100%;
	cursor:pointer;
	width:82px;
	height:25px;
}

.contact
{
	background-image:url(../images/contact.gif);
	background-repeat:no-repeat;
	background-position:100% 0%;
	cursor:pointer;
	width:82px;
	height:25px;
}

.contact:hover
{
	background-image:url(../images/contact.gif);
	background-repeat:no-repeat;
	background-position:100% 100%;
	cursor:pointer;
	width:82px;
	height:25px;
}
