a:link { text-decoration: none; color: #5c1416;}
a:hover {text-decoration: none; color: #5c1416;}
a:visited {text-decoration: none; color: #5c1416;}
a:active {text-decoration: none; color: #5c1416;}




#menu {
	background: #820206;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #820206 url("fileadmin/pix/menu/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 26px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #fff url("fileadmin/pix/menuimages/hover.gif") bottom center no-repeat;
	color: #820206;
	padding-bottom: 8px;
