﻿#MENU * {
	margin: 0; padding: 0;
	}
#MENU ul {
	width: 160px;
	background: transparent;
}
#MENU li {
	width: 160px;
	height: 20px;
	text-align: center;
	list-style-type: none;
	position: relative;
	margin: 0; padding: 0;
	text-decoration: none;
	background: transparent;
	background-image: url('../images_site/button.PNG')
}
#MENU a {
	display: block;
	margin: 0; padding: 0;
	width: 160px;
	height: 20px;
	text-align: center;
	background: transparent;
	color: #400040;
	padding-top: 1px;
	padding-bottom: 1px;
	text-decoration: none;
}
#MENU a:hover {
	margin: 0; padding: 0;
	width: 158px;
	height: 17px;
	background: transparent;
	border: 1px solid red;
	color: red; 
}
