@charset "utf-8";
/* CSS Document */

.productsButton{
	background-image:url(../images/menuLinks/products.gif);
	width:159px;
	height:25px;
	display:block;
	cursor:pointer;
}

.productsButton:hover
{
	background-image:url(../images/menuLinks/o_products.gif);
	width:159px;
	height:25px;
	display:block;
	cursor:pointer;
}

.whatsNewButton{
	background-image:url(../images/menuLinks/whatsNew.gif);
	width:158px;
	height:25px;
	display:block;
	cursor:pointer;
}

.whatsNewButton:hover
{
	background-image:url(../images/menuLinks/o_whatsNew.gif);
	width:158px;
	height:25px;
	display:block;
	cursor:pointer;
}


.getTheLookButton{
	background-image:url(../images/menuLinks/getTheLook.gif);
	width:158px;
	height:25px;
	display:block;
	cursor:pointer;
}

.getTheLookButton:hover
{
	background-image:url(../images/menuLinks/o_getTheLook.gif);
	width:158px;
	height:25px;
	display:block;
	cursor:pointer;
}

.aboutUsButton{
	background-image:url(../images/menuLinks/aboutUs.gif);
	width:159px;
	height:25px;
	display:block;
	cursor:pointer;
}

.aboutUsButton:hover
{
	background-image:url(../images/menuLinks/o_aboutUs.gif);
	width:159px;
	height:25px;
	display:block;
	cursor:pointer;
}

.storesButton{
	background-image:url(../images/menuLinks/stores.gif);
	width:158px;
	height:25px;
	display:block;
	cursor:pointer;
}

.storesButton:hover
{
	background-image:url(../images/menuLinks/o_stores.gif);
	width:158px;
	height:25px;
	display:block;
	cursor:pointer;
}


.videosButton{
	background-image:url(../images/menuLinks/videos.gif);
	width:158px;
	height:25px;
	display:block;
	cursor:pointer;
}

.videosButton:hover
{
	background-image:url(../images/menuLinks/o_videos.gif);
	width:158px;
	height:25px;
	display:block;
	cursor:pointer;
}
