﻿.menu-1/* menubar */
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	display: inline;
	font-size: 1em;
	margin-top: 0px;
}
a.item1 {
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: center;
	display: inline;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 3px;
}
a.item1:link, a.item1:visited,a.item1:active {
	color:#feeaba;
	text-decoration:none;
	background: #000000;
	border-color: #FFFFFF #FFFFFF #CC99CC #CC99CC;
}
a.item1:hover {
	color: #000000;
	border-color: #000000 #000000 #FFFFFF #FFFFFF;
	background: #CC99CC;
}
a.itemonpage:link, a.itemonpage:visited,a.itemonpage:hover {
	display: inline;
	background-color: #FFFFCC;
	color: #330000;
	border: 2px solid #C45F4D;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: .9em;
}
