/* CSS Document */

.home
{
	background-image:url(../images/home.gif);
	background-repeat:no-repeat;
	background-position:center top;
	cursor:pointer;	cursor:pointer;
	width:40px;
	height:57px;
}

.home:hover
{
	background-image:url(../images/home_h.gif);
	background-repeat:no-repeat;
	background-position:center top;
	cursor:pointer;
	width:40px;
	height:57px;
}

.company
{
	background-image:url(../images/company.gif);
	background-repeat:no-repeat;
	background-position:center top;
	cursor:pointer;
	width:69px;
	height:57px;
}

.company:hover
{
	background-image:url(../images/company_h.gif);
	background-repeat:no-repeat;
	background-position:center top;
	cursor:pointer;
	width:69px;
	height:57px;
}

.services
{
	background-image:url(../images/services.gif);
	background-repeat:no-repeat;
	background-position:center top;
	cursor:pointer;
	width:59px;
	height:57px;
}

.services:hover
{
	background-image:url(../images/services_h.gif);
	background-repeat:no-repeat;
	background-position:center top;
	cursor:pointer;
	width:59px;
	height:57px;
}

.demosites
{
	background-image:url(../images/demosites.gif);
	background-repeat:no-repeat;
	background-position:center top;
	cursor:pointer;
	width:76px;
	height:57px;
}

.demosites:hover
{
	background-image:url(../images/demosites_h.gif);
	background-repeat:no-repeat;
	background-position:center top;
	cursor:pointer;
	width:76px;
	height:57px;
}

.contact
{
	background-image:url(../images/contact.gif);
	background-repeat:no-repeat;
	background-position:center top;
	cursor:pointer;
	width:85px;
	height:57px;
}

.contact:hover
{
	background-image:url(../images/contact_h.gif);
	background-repeat:no-repeat;
	background-position:center top;
	cursor:pointer;
	width:85px;
	height:57px;
}