/********************************************************/
/* Standard-CSS-Formatierungen für die Menüs		    */
/********************************************************/

/*#kh-topNavigation:after {*/
.kh-topNavigation:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.ui-menu {
  padding:0;
}

/*#kh-topNavigation .ui-menu-item {*/
.kh-topNavigation .ui-menu-item {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
  width: auto;
  clear: none !important;
}

/*#kh-topNavigation .ui-menu-item a {*/
.kh-topNavigation .ui-menu-item a {
  display: block;
  border: 1px solid transparent;
  text-align: center;
  padding:5px
}

.kh-topNavigation .kh-refresh-menu {
  cursor: pointer;
}

/*#kh-topNavigation .ui-menu-item a:hover{*/
.kh-topNavigation .ui-menu-item a:hover{
  background: none repeat scroll 0 0 #F2F2F2 !important;
  color: #C00000 !important;
}

#menu ul li:hover {
  background-color: #F2F2F2 !important;
}
#menu a {
  background: transparent !important;
}

#menu a:hover{
  background-color: #f2f2f2;
}
/********************************************************/
/* Standard-CSS-Formatierungen für das Accordion-Menü   */
/********************************************************/

#KHMenu{
  height: 0px;
}
.responsive-menu-left #KHMenu{
  height: auto;
}

.ui-accordion .ui-accordion-header a {
  margin-left: 20px;
}


* {
	margin: 0;
	padding: 0;
}

#menu {
	font-family: Arial, Helvetica, sans-serif;
}

#menu ul {
	width: 200px;
	list-style-type: none;
	background: #fff;
	text-decoration: none;
	margin-bottom:5px;
	border:1px solid #CCCCCC;
	text-decoration:none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 4px;
	color: #3165CE;
	cursor: pointer;
	margin-left: 0;
	padding-left: 0;
}

#menu ul:hover {
	text-decoration: none;
	color: #C00000;
	-moz-box-shadow: 0 0 3px #4F9DE7;
}

#menu ul li {
	padding: 3px 0 3px 35px;
}

/*--definiert die "Drop-Down-Links" im Normalzustand--*/
#menu a {
	text-decoration: none;
	display: block;
	background: #fff;
	color:#3165ce;
}

/*--definiert die "Drop-Down-Links" im Hoverzustand--*/
#menu a:hover {
	color: #C00000;
}

/*verhindert im Zusammenhang mit position absolute bei ul ul
*eine Höhenvergrößerung von #menu beim Hovern--
*/

#menu li {
	position: relative;
}

/* EBENE 1 */

/*--versteckt die "Drop-Down-Links", solange nicht gehovert wird--*/
#menu ul ul {
	position: absolute;
	top: 0;
	left: 200px;
	z-index: 2;
	display: none;
}

/*--lässt die Dropdown-Links beim Hovern erscheinen--*/
#menu ul li:hover ul {
	display: block;
	margin-top:-1px;
}

#menu ul li:hover ul li
{
	border-bottom: 1px solid #CCCCCC;
}

/* EBENE 2 */

#menu ul li:hover ul ul {
	position: absolute;
	top: 0;
	left: 200px;
	z-index: 2;
	display: none;
}

#menu ul li:hover ul li:hover ul{
	display: block;
	margin-top:-1px;
}

/* EBENE 3 */

#menu ul li:hover ul li:hover ul ul {
	position: absolute;
	top: 0;
	left: 202px;
	z-index: 2;
	display: none;
}

#menu ul li:hover ul li:hover ul li:hover ul{
	display: block;
	margin-top:-1px;
}

/*--nur für IE-Versionen kleiner gleich 6 erkennbar--*/
* html #menu ul li{
float: left;
width: 100%;
}

/*--nur für IE 7 erkennbar--*/
*+ html #menu ul li {
float: left;
width: 100%;
}

/*--bewirkt Hover-Effekt für IE kleiner 7 auch für ul- und li-Elemente--*/
*html body {
behavior: url(csshover3-source.htc);
font-size: 100%;
}

*html #menu ul li a {
height: 1%;
}

/*--definiert einen Einzellink im Normalzustand, wenn kein Drop-Down erforderlich--*/

/*#menu a.direkt:link {
font-size: 1em;
font-weight: bold;
text-align: center;
color: #000;
border: 1px solid #003366;
background: #ff8000;
}

/*--definiert einen Einzellink im Hoverzustand, wenn kein Drop-Down erforderlich--*/

/*#menu a.direkt:hover {
color: #ff9224;
background: #003366;
border: 1px solid #ccc;
}*/
