﻿.button {
	font-family: arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	display: block;
	text-align: center;
	border: 2px solid #33CCCC;
	letter-spacing: 1px;
	background-image: url('../immaginitemplate/bg_butUP.jpg');
	background-repeat: repeat-x;
	background-position: center;
	color: #000000;
	text-decoration: none;
	line-height: 20px;
	white-space: normal;
	padding: 1px;
	vertical-align: middle;
	height: 25px;
}
.button:hover {
	font-family: arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	display: block;
	text-align: center;
	border: 2px solid #33CCCC;
	letter-spacing: 1px;
	background-image: url('../immaginitemplate/bg_butDWN.jpg');
	background-repeat: repeat-x;
	background-position: center;
	color: #CCCCFF;
	text-decoration: none;
	line-height: 20px;
	white-space: normal;
	padding: 1px;
	vertical-align: middle;
	height: 25px;
}

.MenuButton {
	border-style: none none solid none;
	border-width: 1px;
	border-color: #808080;
	font-family: arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	display: block;
	text-align: left;
	letter-spacing: 1px;
	color: #000000;
	text-decoration: none;
	line-height: 20px;
	white-space: normal;
	padding: 1px;
	vertical-align: middle;
	height: 25px;
}

.MenuButton:hover {
	border-style: none none solid none;
	border-width: 1px;
	border-color: #808080;
	font-family: arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	display: block;
	text-align: right;
	letter-spacing: 1px;
	color: #000000;
	text-decoration: none;
	line-height: 20px;
	white-space: normal;
	padding: 1px;
	vertical-align: middle;
	height: 25px;
}


