#menu {
	/* border:1px solid #000; */
	width:950px;
        position:relative;
        height:70px;
        top:-75px;
	/*height:75px;*/
	margin:0 auto;
}
#menu ul {
	margin:0;
	padding:0;
	list-style:none;
}
#menu li {
	font-family: Verdana, Geneva, sans-serif;
	text-transform:uppercase;
	float:left;
	padding:0 15px 0 15px;
	display:block;
	color: #eee4cf;
}
#menu li a {
	color:#eee4cf;
	text-decoration:none;
}
#menu li a:hover {
	color:#000;
}


#top {
	height:24px;
        /*width:720px;*/
        /*width:791px;*/
        width:880px;
        margin:0 auto;
	/*border:1px solid #000;*/
	font-size:16px;
}
#sub-tk {
	/*position:relative;*/
	height:22px;
	/*width:390px;*/
        /*width:486px;*/
        /*width:750px;*/
        width:545px; /* ohne Buddhas Gamblers Link */
	margin:0 auto;
	/*border:1px solid #000;*/
	font-size:16px;
}
#sub-coll {
	position:relative;
	height:22px;
	width:434px;
	margin:0 auto;
	/*border:1px solid #000;*/
	font-size:14px;
}
#sub-sub-tk {
	position:relative;
	height:13px;
	width:174px;
	margin:0 auto;
	/*border:1px solid #000;*/
	font-size:12px;
}
#menu .show {
	display:block;
       
}
#menu .hide {
	display:none;
        
}
#menu .current {
	color:#000;
        /*font-weight:bold;*/
}
a {outline:0;}