@charset "UTF-8";
.navi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;	
}

a:link    { color: #333333; background: transparent; }
a:visited { color: #333333; background: transparent; }
a:link:hover, a:visited:hover { color: #FF6600; background: transparent; }
a:active  { color: #FF6600; background: transparent; }