/*
	Stylesheet: Gemeinde Viehhofen
	Type: Sekundäre Navigation Footer
	erstellt am: 08.11.2005
	Autor: Peter Breitfuss, i. A. der Fa. bigfoot-design
*/



ul#navigationf
{
  width:    700px;
  height:    18px;
  margin-left:    100px;
  padding:    0;
}

* html ul#navigationf 
{
  width:    595px;
  height:    18px;
  margin-left:    20px;
  padding:    0;
}


ul#navigationf li
{
	margin-left: 0;
	padding:    0;
	text-align:    center;
	float:    left;
	list-style-type: none;
}
ul#navigationf li a
{
	display:    block;
	height:    16px;
	width:    600px;
	padding-top:  3px;
	text-decoration:  none;
	color:    #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	list-style-type: none;
	letter-spacing: normal;
	background-repeat: repeat-x;
}
ul#navigationf li a:hover
{
	background-color:  #FCC369;
	background-image: url(../_material/hg_navsec.png);
	background-repeat: repeat-x;
}

