#menu {
	min-height: 23px;
	height: 23px;
	background: url(http://www.kroschke.com/store/default/de/content/images/mainnav.jpg) #3C5B7A repeat-x;
	padding-top: 3px;
	border-bottom: 3px solid #B5C0CF;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	/* width: 10em; */
	width: 128px;
}

#menu ul ul {
	padding: 3px;
	background-color: white;
	border: 1px solid #B5C0CF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#menu a { /* font: normal 11px/ 16px arial, helvetica, sans-serif; */
	display: block;
	margin: 0;
}

#menu h2 { /* color: #fff; 
	background: #000;
	text-transform: uppercase;
	*/
	
}

a.topic {
	display: block;
	font-family: Verdana, Arial;
	color: white;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	width: 100%;
/*	background-color: orange; */
	zoom: 1;
	padding: 2px 4px; 
}

a.topic:hover {
	text-decoration: underline;
	background-color: white;
	color: black;
	opacity: 0.25; /* Firefox, Safari(WebKit), Opera) */
	filter: "alpha(opacity=25)"; /* IE 8 */
	filter: alpha(opacity =     25); /* IE 4-7 */
	zoom: 1;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

#menu a { /*
	color: #000;
	background: #efefef;
	*/ /* text-decoration: none;*/
	
}

li.main {
	
}

li.sub a {
	color: #192B40;
	background-color: #BECBDA;
	margin: 2px;
	text-decoration: none;
	padding: 6px;
	font-family: Verdana, Arial;
	font-size: 10px;
}

ul.sub {
	opacity: 0.95; /* Firefox, Safari(WebKit), Opera) */
	filter: "alpha(opacity=95)"; /* IE 8 */
	filter: alpha(opacity =     95); /* IE 4-7 */
	zoom: 1;
}

li.sub a:hover {
	background-color: #192B40;
	color: white;
}

/* hover effect */
#menu a:hover { /* color: #a00; */ /* background: #fff; */
	
}

#menu li {
	position: relative;
	display: block;	
}

#menu ul ul {
	position: absolute;
	z-index: 200;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

div#menu ul ul,div#menu ul li:hover ul ul,div#menu ul ul li:hover ul ul
	{
	display: none;
}

div#menu ul li:hover ul,div#menu ul ul li:hover ul,div#menu ul ul ul li:hover ul
	{
	display: block;
}

.mainSep {
	border-right: 1px solid #65606F;
}

.borderBottom {
	border-bottom: 1px dotted #65606F;
}

a.topic {
	font-size: 11px;
}