td.menu0
{
	width: 100px;
	height: 25px;
	background-image: url(../img/bg/menu101.jpg);
	background-position: 50% 50%;
	border-style: dotted;
	border-width: 3px;
	border-color: orange;
}
td.menu1
{
	width: 120px;
	height: 25px;
}
td.menu2
{
	text-align: center;
	background-color: peachpuff;
}
td.menu2:hover
{
	background-color: honeydew;
}
td.menu3
{
	border-style: dashed;
	border-color: gold;
	border-width: 1px;
	background-color: ivory;
}
td.menu4
{
	width: 1px;
	background-color: ivory;
}
td.menu5
{
	width: 10px;
}

a.menu01
{
	display: block;
	width: 120px;
	height: 25px;
	background-image: url(../img/bg/menu111.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
a.menu01:hover
{
	background-image: url(../img/bg/menu112.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

a.menu02
{
	display: block;
	width: 120px;
	height: 25px;
	background-image: url(../img/bg/menu121.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
a.menu02:hover
{
	background-image: url(../img/bg/menu122.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

a.menu03
{
	display: block;
	width: 120px;
	height: 25px;
	background-image: url(../img/bg/menu131.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
a.menu03:hover
{
	background-image: url(../img/bg/menu132.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

a.menu04
{
	display: block;
	width: 120px;
	height: 25px;
	background-image: url(../img/bg/menu141.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
a.menu04:hover
{
	background-image: url(../img/bg/menu142.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

td.copy1
{
	font-size: x-small;
	font-weight: bold;
	text-align: center;
}
