﻿@charset "utf-8";

#menuf a {text-decoration: none;
         background-color: orange;
         color: black;
	 padding: 5px 10px;
	}

#menuf {list-style-type: none;
		
      }


#menuf a:hover {background-color: orange;
		color: grey;
		
		
			
}

#menuf #current {background-color: white;
		color: black;
		font-weight: bolder;}
		

#menuf li {display: inline;}