﻿.menu-1/* menubar */
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	display: inline;
	height: 30px;
}
a.item1 {
	text-decoration:none;
	margin-right: 20px;
	font-size: 14px;
}

a.item1:link, a.item1:visited{
	color:#0000CC;
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
}
a.item1:hover, a.item1:active{
	color: #FF3300;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
}
a.itemonpage:link, a.itemonpage:visited,a.itemonpage:hover {
	color: #006600;
	text-decoration: none;
	font-weight: bold;
	margin-right: 20px;
	font-size: 1em;
}

