﻿.menu-1{
	text-align: center;
	text-decoration: none;
	clear: both;
	padding-top: 10px;
	padding-bottom: 5px;
}

a.item {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.9em;
	text-decoration:none;
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 4px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-top: 6px;
	padding-right: 7px;
	padding-left: 7px;
}

a.item:link, a.item:visited{
	color:#C5E5FE;
	background-color: #000000;
	border-top-color: #000099;
	border-right-color: #3366FF;
	border-bottom-color: #3366FF;
	border-left-color: #000099;
}

a.item:hover, a.item:active {
	color: #FFFF99;
	border-top-color: #3366FF;
	border-right-color: #000099;
	border-bottom-color: #000099;
	border-left-color: #3366FF;
}
