#navigation ul {
	

	list-style: none;
	margin: 0;
	padding: 0;
	padding-right: 25px;
	display: block;

}
	
#navigation li {

/*	background: #ccc; */
/*	border-left: 1px solid #999; */
	float: left;
	margin: 0;
	padding: 0;

	}
	
#navigation a {
	margin-top: 36px;
	color: #222;
	font-weight: bold;
	padding: 5px 10px;
	text-decoration: none;
	}
	
#navigation a:hover {
	color: #de2b00;
	}
	
#navigation #currentpage a {
/*	background: #fff; */
	color: #333;
	}



#navigation select {
  position: relative;
  width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
  height: 21px;
  padding: 0 0 0 0;
  color: #262626;
  font: 12px/21px arial,sans-serif;
  background: url(../images/formelements/select_menu.gif) no-repeat;
   overflow: hidden;
	text-align: left;
	vertical-align: middle;
}
