@charset "utf-8";
/* CSS Document */

.homeButton{background-image:url(../images/new-nav-off_02.gif); width:57px; height:35px; display:block; cursor:pointer;}
.homeButton:hover{background-image:url(../images/new-nav-on_02.gif); width:57px; height:35px; display:block; cursor:pointer;}

.servicesButton{background-image:url(../images/new-nav-off_04.gif); width:75px; height:35px; display:block; cursor:pointer;}
.servicesButton:hover{background-image:url(../images/new-nav-on_04.gif); width:75px; height:35px; display:block; cursor:pointer;}

.biosButton{background-image:url(../images/new-nav-off_06.gif); width:43px; height:35px; display:block; cursor:pointer;}
.biosButton:hover{background-image:url(../images/new-nav-on_06.gif); width:43px; height:35px; display:block; cursor:pointer;}

.faqButton{background-image:url(../images/new-nav-off_08.gif); width:37px; height:35px; display:block; cursor:pointer;}
.faqButton:hover{background-image:url(../images/new-nav-on_08.gif); width:37px; height:35px; display:block; cursor:pointer;}

.caseButton{background-image:url(../images/new-nav-off_10.gif); width:106px; height:35px; display:block; cursor:pointer;}
.caseButton:hover{background-image:url(../images/new-nav-on_10.gif); width:106px; height:35px; display:block; cursor:pointer;}

.contactButton{background-image:url(../images/new-nav-off_12.gif); width:81px; height:35px; display:block; cursor:pointer;}
.contactButton:hover{background-image:url(../images/new-nav-on_12.gif); width:81px; height:35px; display:block; cursor:pointer;}



.productsButton{
	background-image:url(../images/nav-off_01.gif);
	width:106px;
	height:36px;
	display:block;
	cursor:pointer;
}

.productsButton:hover
{
	background-image:url(../images/nav-on_01.gif);
	width:106px;
	height:36px;
	display:block;
	cursor:pointer;
}

.whatsNewButton{
	background-image:url(../images/nav-off_02.gif);
	width:247px;
	height:36px;
	display:block;
	cursor:pointer;
}

.whatsNewButton:hover
{
	background-image:url(../images/nav-on_02.gif);
	width:247px;
	height:36px;
	display:block;
	cursor:pointer;
}


.getTheLookButton{
	background-image:url(../images/nav-off_03.gif);
	width:107px;
	height:31px;
	display:block;
	cursor:pointer;
}

.getTheLookButton:hover
{
	background-image:url(../images/nav-on_03.gif);
	width:107px;
	height:31px;
	display:block;
	cursor:pointer;
}

.aboutUsButton{
	background-image:url(../images/nav-off_04.gif);
	width:115px;
	height:31px;
	display:block;
	cursor:pointer;
}

.aboutUsButton:hover
{
	background-image:url(../images/nav-on_04.gif);
	width:115px;
	height:31px;
	display:block;
	cursor:pointer;
}

.storesButton{
	background-image:url(../images/nav-off_05.gif);
	width:138px;
	height:31px;
	display:block;
	cursor:pointer;
}

.storesButton:hover
{
	background-image:url(../images/nav-on_05.gif);
	width:138px;
	height:31px;
	display:block;
	cursor:pointer;
}


