﻿.menu-1/* menubar */
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	display: inline;
	margin-top: 0px;
}
a.item1 {
	text-decoration:none;
	text-align: center;
	display: inline;
	padding: 3px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-width: 3px;
	border-style: solid;
}
a.item1:link, a.item1:visited, a.item1:active {
	color:#990000;
	text-decoration:none;
	font-weight: bold;
	border-color: #9C0001 #9C0001 #333333 #333333;
	background: #E5D892;
}
a.item1:hover{
	color: #FF0000;
	text-decoration: underline;
	background: #F2EDCC;
	border-color: #333333 #333333 #9C0001 #9F0100;
}
a.itemonpage:link, a.itemonpage:visited,a.itemonpage:hover {
	display: inline;
	color: #000000;
	padding: 3px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-style: oblique;
	font-weight: bold;
	background: #EDE4B1;
	border: 3px solid #FF0000;
}
