
/* menu item 1 */
a.m1
{
	display	: block;
	width	: 77px;
	height	: 34px;
	background-image	: url(../images/menu1_01.gif);
	background-repeat	: no-repeat;
}

a.m1:hover
{
	background-image	: url(../images/menu_hover_01.gif);
	background-repeat	: no-repeat;
}

/* menu item 2 */

a.m2
{
	display	: block;
	width	: 88px;
	height	: 34px;
	background-image	: url(../images/menu1_02.gif);
	background-repeat	: no-repeat;
}

a.m2:hover
{
	background-image	: url(../images/menu_hover_02.gif);
	background-repeat	: no-repeat;
}

/* menu item 3 */

a.m3
{
	display	: block;
	width	: 88px;
	height	: 34px;
	background-image	: url(../images/menu1_03.gif);
	background-repeat	: no-repeat;
}

a.m3:hover
{
	background-image	: url(../images/menu_hover_03.gif);
	background-repeat	: no-repeat;
}

/* menu item 4 */

a.m4
{
	display	: block;
	width	: 88px;
	height	: 34px;
	background-image	: url(../images/menu1_04.gif);
	background-repeat	: no-repeat;
}

a.m4:hover
{
	background-image	: url(../images/menu_hover_04.gif);
	background-repeat	: no-repeat;
}


/* menu item 5 */

a.m5
{
	display	: block;
	width	: 88px;
	height	: 34px;
	background-image	: url(../images/menu1_05.gif);
	background-repeat	: no-repeat;
}

a.m5:hover
{
	background-image	: url(../images/menu_hover_05.gif);
	background-repeat	: no-repeat;
}


/* menu item 6 */

a.m6
{
	display	: block;
	width	: 88px;
	height	: 34px;
	background-image	: url(../images/menu1_06.gif);
	background-repeat	: no-repeat;
}

a.m6:hover
{
	background-image	: url(../images/menu_hover_06.gif);
	background-repeat	: no-repeat;
}


/* menu item 7 */
a.m7
{
	display	: block;
	width	: 74px;
	height	: 34px;
	background-image	: url(../images/menu1_07.gif);
	background-repeat	: no-repeat;
}

a.m7:hover
{
	background-image	: url(../images/menu_hover_07.gif);
	background-repeat	: no-repeat;
}