/* remove all the bullets, borders and padding from the default list styling */
#topmenu ul,#topmenu li {
padding:0;
margin:0;
list-style-type:none;
}

/* style the sub-level lists */
#topmenu ul ul {
width:150px;
width:136px;
}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#topmenu ul li {
	float:left;
	position:relative;
}


#topmenu ul li span {
	float: 			left;
	position: 			relative;	
}


/*---- def not checked begin------*/

/* style the sub level list items */
#topmenu ul ul li {
	display:block;
	width:166px;
	height:auto;
	position:relative;
	line-height:1em;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html #topmenu a, * html #topmenu a:visited {
width:150px;
width:166px;
w\idth:139px;
w\idth:155px;
}

/* style the second level background */
 #topmenu ul ul a.drop, .demo .topmenu ul ul a.drop:visited {
 background:#d4d8bd url(../../graphics/drop.gif) bottom right no-repeat;
  
  }
  
/* style the third level background */
#topmenu ul ul ul ul :hover a:hover, #topmenu ul ul ul ul :hover a:visited {
 background:#c9ba65;
  
  }
  

/*----- def not checked end-------*/

/* style the links for the top level */
#topmenu a, #topmenu a:visited {
font-size:12px;
font-weight:		bold;
text-decoration:none; 
color:#fff;  
height:30px;
height:20px; 
padding: 			0 10px  0;
line-height:29px;
line-height:19px;
}

#topmenu a.dropact, #topmenu a:hover {
	color:		#FFCC00;
}
#topmenu li.color1 a, #topmenu li.color1 a:visited {
background: #525051; 
color: #ffffff;
}
#topmenu li.color2 a, #topmenu li.color2 a:visited {
background: #0a50a1; 
color: #ffffff;
}

#topmenu li.color3 a, #topmenu li.color3 a:visited {
background: #fdb813; 
color: #ffffff;
}

#topmenu li.color4 a, #topmenu li.color4 a:visited {
background: #39b54a; 
color: #ffffff;
}

#topmenu li.color5 a, #topmenu li.color5 a:visited {
background: #c1272d;
color: #ffffff; 
}
/* farben zweite menüebene */

#topmenu li.color1 ul li a, #topmenu li.color1 ul li a:visited {
#background: #d4d8bd; 
background: #525051;
}

#topmenu li.color2 ul li  a, #topmenu li li.color2 a:visited {
#background: #d4d8bd;
background: #0a50a1; 
}

#topmenu li.color3 ul li a, #topmenu li.color3 ul li a:visited {
#background: #d4d8bd; 
background: #fdb813; 
}

#topmenu li.color4 ul li a, #topmenu li.color4 ul li a:visited {
#background: #d4d8bd;
background: #39b54a;  
}

#topmenu li.color5 ul li a, #topmenu li.color5 ul li a:visited {
#background: #d4d8bd;
background: #c1272d;  
}

#topmenu li.color6 ul li a, #topmenu li.color6 ul li a:visited {
#background: #d4d8bd;
background: #525051;
}
 /* style the second level background */
 #topmenu ul ul a.drop, .demo .topmenu ul ul a.drop:visited {
 background:#d4d8bd url(../../graphics/drop.gif) bottom right no-repeat;
  
  }
  /* style the second level hover */
  #topmenu ul ul a.drop:hover{
  background:#c9ba65 url(../../graphics/drop.gif) bottom right no-repeat;
  }
  #topmenu ul ul :hover > a.drop {
  background:#c9ba65 url(../../graphics/drop.gif) bottom right no-repeat;
  }


/* style the sub level links */
/*#topmenu ul ul a, #topmenu ul ul a:visited {
	display:block;
	background:#bbb; 
	color:#00a;
	width:166px;
	height:100%;
	line-height:1em; */
}
/*#topmenu ul table ul a, #topmenu ul table ul a:visited  {
	width:166px; 
	w\idth:166px;
}*/


/* style the table so that it takes no part in the layout - required for IE to work */
#topmenu table {position:absolute; left:0; top:-11px; font-size:1em; z-index:-1;}

#topmenu table table {top: -1px;}
#topmenu ul ul table {lef\t:-1px;}
#topmenu ul ul table ul.left {margin-lef\t:2px;}

#topmenu li:hover {position:relative;}
* html #topmenu a:hover {position:relative;}




/* hide the sub levels and give them a positon absolute so that they take up no room */
#topmenu ul ul {
	visibility:hidden;
    position:absolute;
    height:0;
    top:31px;
    top:21px;
    left:0; 
    width:150px;
    width:166px;
}
/* another hack for IE5.5 */
* html #topmenu ul ul {
    top:30px;
    t\op:31px;
    }

/* position the third level flyout menu */
#topmenu ul ul ul{
	left:166px;
	top:0;
	width:166px;
}

/* position the third level flyout menu for a left flyout */
#topmenu ul ul ul.left {
	left:166px;
}


/* make the second level visible when hover on first level list OR link */
#topmenu ul li:hover ul, #topmenu ul a:hover ul {visibility:visible; height:auto; padding-bottom:3em; background:transparent url(images/trans.gif);}
/* keep the third level hidden when you hover on first level list OR link */
#topmenu ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
#topmenu ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
#topmenu ul :hover ul :hover ul{visibility:visible;}
/* make the fourth level visible when you hover over third level list OR link */
#topmenu ul :hover ul :hover ul :hover ul {visibility:visible;}
