.subMenu {
	width: 659px;
	height: 34px;
	background: #FFF;
	background: url(../_img/design/kk_logo.gif) no-repeat;
	background-position: 505px 0px;
}
.subMenuLeft {
	width: 636px;
	height: 34px;
	background: url(../_img/design/submenu/line.png) repeat-x bottom;
	float: left;
}
.subMenuRight {
	width: 23px;
	height: 34px;
	background: url(../_img/design/submenu/submenu_right.png) no-repeat bottom left;
	float: left;
}
.subMenuItemShadowLeft {
	width: 4px;
	height: 34px;
	background: #FFF url(../_img/design/submenu/shadow_left.png) no-repeat bottom left;
	float:left;
}
.subMenuItemShadowRight {
	width: 4px;
	height: 34px;
	background: #FFF url(../_img/design/submenu/shadow_right.png) no-repeat bottom left;
	float:left;
}
.subMenuItemAktiv {
	width: 80px;
	height: 34px;
	background: #CAEEFF url(../_img/design/submenu/item_aktiv.png) no-repeat top left;
	font: 9px Verdana;
	color: #000;
	float: left;
}
.subMenuItemInaktiv {
	width: 80px;
	height: 34px;
	background: #FFF url(../_img/design/submenu/item_inaktiv.png) no-repeat top left;
	font: 9px Verdana;
	color: #000;
	float: left;
}
.subMenuLineMiddle {
	width: 1px;
	height: 34px;
	background: #808080 url(../_img/design/submenu/line_middle.png) no-repeat top left;
	float:left;
	font-size:0px;
	line-height:0px;
}


.subMenuItemAktiv div {
	text-align: left;
	margin-top: 7px;
	margin-left: 3px;
	margin-right: 2px;
	line-height:10px;
	height:20px;	
	overflow: hidden;	
}
.subMenuItemInaktiv div {
	text-align: left;
	margin-top: 7px;
	margin-left: 3px;
	margin-right: 2px;
	line-height:10px;
	height:20px;	
	overflow: hidden;	
}

.subMenuItemAktiv a {
	text-decoration: none;
	color: #000;
	cursor: default;
}
.subMenuItemAktiv a:hover {
	text-decoration: none;
	color: #000;
}

.subMenuItemInaktiv a {
	text-decoration: none;
	color: #000;		
}
.subMenuItemInaktiv a:hover {
	text-decoration: none;
	color: #000;
}
