/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.navi {
	font-family: Verdana,  Tahoma,  Arial,  Helvetica,  Sans-serif;
 	font-size: 12px;
 	text-transform: uppercase;
 	text-decoration: none ;
 	background: transparent none no-repeat fixed center;
 	padding: 0px;
 	border-left-style: none;
 	border-top-style: none;
 	margin-right: 4px;
 	border-right-style: none;
 	border-bottom-style: none;
 	diplay: block
}

.navi:hover {
	background-color: rgb(252,131,41)
}