
A.menu {
	DISPLAY: block;
	FONT-WEIGHT: bold;
	FONT-SIZE: 13px;
	COLOR: #6e7020;
	LINE-HEIGHT: 26px;
	HEIGHT: 26px;
	TEXT-DECORATION: none;
	background-image: url(3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
A.menuCurrent {
	DISPLAY: block;
	FONT-WEIGHT: bold;
	FONT-SIZE: 13px;
	COLOR: #6a4332;
	LINE-HEIGHT: 26px;
	HEIGHT: 26px;
	TEXT-DECORATION: none;
	background-image: url(2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
A.menu:hover {
	COLOR: #6a4332;
	background-image: url(2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
A.menuCurrent:hover {
	COLOR: #6a4332;
	background-image: url(3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}