﻿a.nav, a.nav:link, a.nav:visited {
	display: block;
	width: 130px;
	height: 30px;
	border: 1px none #000;
	text-align: center;
	text-decoration: none;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 25px;
	overflow: hidden;
	background-image: url('../Menu/button3.jpg');
	background-repeat: no-repeat;
	float: left;
}
a.nav:hover {
	background-image: url('../Menu/button2.jpg');
	background-repeat: no-repeat;
}
a.nav:active {
	background-image: url('../Menu/button1.jpg');
	background-repeat: no-repeat;
}

