#top #menu {
	position: relative;
	float: right;
	top: 50px;
	right: 0px;
	width: 823px;
	height: 70px;
}

#top #menu ul {
	list-style-type: none;
	padding: 0px;	
	margin: 0px;
}

#top #menu ul li {
	position: relative;
	float: right;
	padding-left: 3px;
	margin: 0px;
}

#top #menu ul li a.m_sel {
	border: 5 solid blue;
	background: url('../images/takkabak-gult.jpg') no-repeat;
}
#top #menu ul li .takkabak-haegri.m_sel_haegri {
	background: url('../images/takkabak-haegri-sel.jpg') no-repeat;
}

#top #menu ul li a {
	background: url('../images/takkabak.jpg') no-repeat;
	position: relative;
	cursor: pointer;
	float: left;
	height: 68px;
	padding: 0px;
	margin: 0px;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
}

#top #menu ul li a:hover {
	border: 5 solid blue;
	background: url('../images/takkabak-gult.jpg') no-repeat;
}

#top #menu ul li a:hover:after {
	background: url('../images/takkabak-haegri-sel.jpg') no-repeat;
}

#top #menu ul li a:after {
	content: "";
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px;
	background: url('../images/takkabak-haegri.jpg') no-repeat;
	height: 68px;
	width: 5px;
}

#top #menu ul li ul li a:after {
	content: "";
	position: inherit;
	float: none;
	padding: 0px;
	margin: 0px;
	background: none;
	height: auto;
	width: 200px;
}

#top #menu ul li ul {
	background: #FFCC3B;
	padding-top: 6px;
	padding-bottom: 6px;
	position: absolute;
	width: auto;
	height: auto;
	z-index: 9999;
	overflow: visible;
	top: 68px;
	right: 0px;
	display: none;
}

#top #menu ul li:hover ul {
	background: #FFCC3B;
	padding-top: 6px;
	padding-bottom: 6px;
	position: absolute;
	width: auto;
	height: auto;
	z-index: 9999;
	overflow: visible;
	top: 68px;
	right: 0px;
	display: block;
}

#top #menu ul li ul li a {
	background: #FFCC3B;
	position: relative;
	cursor: pointer;
	float: left;
	width: 200px;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 8px;
	height: auto;
	margin: 0px;
	color: #000;
	text-decoration: none;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 4px;
	margin-bottom:: 4px;
	font-weight: normal;
	font-size: 13px;
}
#top #menu ul li ul li a:hover {
	background: #FFDF50;
	font-weight: bold;
}

#top #menu div.innihald {
	position: relative;
	float: left;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 28px;
}
#top #menu ul li ul li div.innihald {
	position: inherit;
	float: none;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
#top #menu div.takkabak-haegri {
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px;
	background: url('../images/takkabak-haegri.jpg') no-repeat;
	height: 68px;
	width: 5px;
}

td.secmenu a {
	display: block;
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #000;
	padding-top: 6px;
	padding-bottom: 6px;
}
td.secmenu a:hover {
	background: #FFDF50;
}
td.secmenu_sel {
	background: #FFDF50;
}
td.subsecmenu a {
	display: block;
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #000;
	text-indent: 10px;
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
}
td.subsecmenu2 a:hover {
	background: #FFDF50;
}

td.subsecmenu2 a {
	display: block;
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #000;
	text-indent: 20px;
	font-size: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}
td.subsecmenu a:hover {
	background: #FFDF50;
}

.sectop {
	margin: 0px;
	padding: 0px;
}
