@CHARSET "ISO-8859-1";
/*
#logo ul {
	list-style-type: none;
}*/
body {
	background-color: silver;
  margin-left: 5px;
  background-image: url("images/bg-snowflake3.gif");
}
/*
#CEE3F6
silver
*/
#navigation ul{
  margin: 0 0 0 0;
  white-space: nowrap;
  font-size: 100%;
  list-style-image: none;
  padding: 0;
}

#navigation ul li{
	margin-left: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 4px;
	list-style-type: none;
}

#navigation ul a:link, #navigation ul a:visited
{
  display:block;
  background: url("images/buttons/button_orange_150_40_00.gif") no-repeat;
  padding: 2px;
  color: black;
}
	
#navigation ul a:hover, #navigation ul a:active{
  display:block;
	background: url("images/buttons/button_orange_150_40_02.gif") no-repeat;
  padding: 2px;
  color:blue;
}	
