/* (c) 2007 by designsource°° GbR | Düsseldorfer Straße 88 | 40667 Meerbusch | Germany */


.navi {
    text-align: right;
	width: 985px;
	height: 25px;
	float: right;
	top: 170px;
	font-size: 1.15em;
	font-weight: bold;
	line-height: 25px;
	vertical-align: center;
}
.subnavi {
    clear: both;
	text-align: left;
	bottom: 0;
}
.navi ul {
    padding-right: 32px;
}
.navi li {
    display: inline;
}
.navi li .a1 {
    color: #696955;
} 
.navi li .a2 {
    color: #724916;
} 
.navi a {
    display: inline;
	padding-left: 35px;
}

.navi a:hover {
	color:#000;	
	text-decoration: underline;
}