div.frame a.item_a {
	background: url(images/div1.gif) no-repeat 27px 5px;
	padding: 5px 0 7px 57px;
	color: #555353;
	display: block;
}
div.frame a.item_a:hover {
	background: #8d0701 url(images/div2.gif) no-repeat 0 0;
	padding: 5px 0 7px 57px;
	margin-right: 4px;
	color: #fff !important;
	text-decoration: none;
	display: block;
}
div.frame a.item_a_hover {
	background: #8d0701 url(images/div2.gif) no-repeat 0 0;
	padding: 5px 0 7px 57px;
	margin-right: 4px;
	color: #fff !important;
	text-decoration: none;
	display: block;
}

div.frame_r a.item_a {
	background: url(images/div_r.gif) no-repeat 24px 9px;
	padding: 5px 0 7px 48px;
	color: #890600;
	display: block;
}

div.frame_r a.item_a:hover {
	background: #8d0701 url(images/div2_r.gif) no-repeat 0 0;
	padding: 5px 0 7px 48px;
	margin-right: 4px;
	color: #fff;
	text-decoration: none;
	display: block;
}

/*table.navigation td.menu td a.menu_a {
	cursor: pointer;
	text-align: center;
	background: #fff url(images/menu.gif) no-repeat left bottom;
	font-size: 16px;
	color: #7e7c7c;
	font-weight: bold;
	padding: 0 0 0px 11px;
	background: url(images/menu_r.gif) no-repeat right bottom;
	padding: 5px 10px 0px 0;
	height: 23px;
	color: #7e7c7c;
	text-decoration: none !important;
	display: block;
}

table.navigation td.menu td a.menu_a:hover {
	text-align: center;
	background: #fff url(images/menu_hover.gif) no-repeat left bottom;
	font-size: 16px;
	color: #1f1a17;
	font-weight: bold;
	padding: 0 0 0px 11px;
	background: url(images/menu_hover_r.gif) no-repeat right bottom;
	padding: 5px 10px 0px 0;
	height: 23px;
	<!--height: 28px;-->
	color: #a1130c;
	text-decoration: none !important;
	display: block;
}*/