﻿.menu-1/* menubar */
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	display: inline;
}
a.item1 {
	text-decoration:none;
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 20px;
	font-weight: bold;
	font-size: 0.9em;
}
#topmenu {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

a.item1:link, a.item1:visited{
	color:#000000;
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a.item1:hover, a.item1:active{
	color: #990000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a.itemonpage:link, a.itemonpage:visited,a.itemonpage:hover {
	display: inline;
	color: #990000;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	margin-right: 20px;
	font-size: 0.9em;
}
