#hnav ul {
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
#hnav li {
	padding:0px;
	margin:0px;
	display: block;
	float: left;
	height: 35px;
	line-height: 35px;
	width: 125px;
	text-align: center;
	background-image: url(../images/layout/reiter0.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#hnav a, #hnav a:active, #hnav a:link, #hnav a:visited {
	color: #333;
	text-decoration: none;
	display: block;
	float: left;
	font-weight: normal;
	width: 125px;
	height: 35px;
}
#hnav a:hover {
	color: #F33;
}
#hnav a.current {
	color: #000;
	background-color: #FFF;
	background-image: url(../images/layout/reiter1.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 35px;
}
#snav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#snav li {
	padding: 0px;
	height: 25px;
	line-height: 25px;
	margin: 0px;
	border-bottom: 1px dotted #c0c0c0;
}
#snav a, #snav a:active, #snav a:link, #snav a:visited {
	font-weight: normal;
	color: #555;
	text-decoration: none;
	padding-bottom: 0px;
	display: block;
	text-indent: 15px;
}
#snav a:hover {
	color: #F33;
}
#container #snav a.current   {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
#snav ul li.current_page_item a{
	color: #7B2426;
	font-weight: bold;
	text-decoration: none;
}
#snav ul li.current_page_item ul li a{
	color: #7B2426;
	font-weight: normal;
	text-decoration: none;
	text-indent: 25px;
	font-size: 11px;
}
#snav ul ul a     {
	text-indent: 25px;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #555;
}
#lang a, #lang a:active, #lang a:link, #lang a:visited {
	color: #666;
	text-decoration: none;
	display: block;
	float: left;
	font-weight: normal;
	width: 30px;
}
