/* topmenu.css*/
#topmenu {
	display:  table;
	/*position:  relative;*/
	margin-bottom:  25px;
}

#topmenu ul {
	margin: 0 auto; 
	padding: 0; 
	list-style: none; 
	display: inline; 
	white-space:  nowrap; 
	font-size: 11px;
}

#topmenu li { 
	display: table-cell; 
	margin: 0; 
	padding: 0;
}
#topmenu a { 
	float: left; 
	color: #000; 
	background:  #c2c2c2 url( /images/topmenu/links.gif) no-repeat left bottom; 
	margin: 0 2px 0 0; 
	padding: 0 0 0 2px; 
	text-decoration: none; 
	letter-spacing: 1px;
}

#topmenu a b {
	float: left; 
	display: block; 
	background: transparent url(/images/topmenu/rechts.gif) no-repeat right bottom; 
	padding: 5px 13px 5px 13px;
}

#topmenu a:hover {
	background: #AAA7B3 url(/images/topmenu/links.gif) no-repeat left bottom; 
	color: #fff; 
	cursor: pointer;
} 

#topmenu .current a {
	background: #AAA7B3 url(/images/topmenu/links.gif) no-repeat left bottom; 
	color: #fff; 
	cursor: default;
} 
