﻿.menu-1{
	text-align: center;
	text-decoration: none;
	width: 190px;
	clear: both;
	padding-top: 75px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 70px;
}
a.item1 {
	text-decoration:none;
	text-align: center;
	display: block;
	height: 26px;
	padding-top: 4px;
	font: normal 0.97em Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/button-off.png) no-repeat;
}

a.item1:link, a.item1:visited, a.item1:active{
	color:#000000;
	text-decoration:none;
}
a.item1:hover{
	color: #990000;
	background: url(../images/button_hover.png) no-repeat;
}
a.itemonpage:link, a.itemonpage:visited,a.itemonpage:hover {
	display: block;
	color: #FFFF00;
	text-decoration: none;
	height: 26px;
	text-align: center;
	padding-top: 4px;
	font: italic bold 0.97em Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/button_on.png) no-repeat;
}
