﻿@charset "utf-8";
/* menu-bar */
.menu-1
{
	text-align: center;
	text-decoration: none;
	display: inline;
	margin-top: 0px;
	font: normal 16px Verdana, Arial, Helvetica, sans-serif;
}
a.item1 {
	text-decoration:none;
	text-align: center;
	display: inline;
	padding: 5px 15px;
	height: 30px;
}
a.item1:link, a.item1:visited, a.item1:active{
	text-decoration:none;
	background: url(../images/button-hover-bg.jpg);
	color: #033889;
}
a.item1:hover{
	background: url(../images/button-on-bg.jpg);
	color: #DE03A8;

}
a.itemonpage:link, a.itemonpage:visited,a.itemonpage:hover {

}
