﻿.menu {
	background-color: transparent;
	width: 130px;
	position: absolute;
	cursor: pointer;
	font-weight:bold;
}

.item_panel {
	width: 130px;
	color: #620000;
	clip: rect(0,130,0,0);
	position: absolute;
}

.item_panel a {
	color: #620000;
	cursor: pointer;
}

.item {
	background-color: transparent;
	width: 130px;
	color: #620000;
}

img {
	border: 0;
}