#navi ul {
        list-style: none;
        margin-top: 0;
        margin-left: 0;
        padding-top: 0;
        padding-left: 0;
        font-size: 0.9em;
        text-align: center;
	}
#navi li {
	display: inline;
	line-height: 1.4;
	white-space: nowrap;
    margin-top: 0;
	}
#navi a {
	text-decoration: none;
	padding: 0.4em 0.3em;
	color: #19448e;
	border: 1px #a9a9a9 solid;
		background: #FF9933;
	background: url(../img/navi1.png) repeat-x top;
	}
#navi a:hover {
	color: #19448e;
	background: #ffea00;
	background: url(../img/navi2.png) repeat-x top;
	}
