/*============================================
 HAUPTNAVIGATION
============================================*/
#menu {
width: 100%;
/*background: #eee;*/
float: left;
}
#menu #menufirst {
	background:url(bg_btn_first.gif) top left no-repeat;
	height:46px;
	width:10px;
	float:left;
}

#menu #menulast {
	background:url(bg_btn_last.gif) top left no-repeat;
	height:46px;
	width:10px;
	float:left;
}

#menu ul { list-style: none; margin: 0; padding: 0; /*width: 80px;*/ float: left; background:url(bg_btn_woem_splitter.gif) top right no-repeat; } 

/* RUBRIKEN START */

#menu ul li #rubrik
  {
  font: 15px arial, helvetica, sans-serif; 
  display:block;
  background:url(bg_btn_woem.gif) top left repeat-x;
  height:46px;
  margin:0;
  padding:0px 5px 0px 5px;
  text-align:center;
  white-space:nowrap;
  margin-right:1px;
  line-height:46px;
}

#menu ul li #rubrik img { border:0; margin-top:15px; margin-left:5px; margin-right:5px; }

#menu ul li #current
  {
  font: 15px arial, helvetica, sans-serif; 
  display:block;
  background:url(bg_btn_woem_current.gif) top left repeat-x;
  height:46px;
  margin:0;
  padding:0px 5px 0px 5px;
  text-align:center;
  white-space:nowrap;
  margin-right:1px;
  line-height:46px;
}

#menu ul li:hover #rubrik, #menu ul li.over #rubrik{ 
  background:url(bg_btn_woem_over.gif) top left repeat-x;
}
#menu ul li:hover #current, #menu ul li.over #current {
  background:url(bg_btn_woem_current_over.gif) top left repeat-x;
}
#menu ul li:hover #rubrik a, #menu ul li.over #rubrik a, #menu ul li:hover #current a, #menu ul li.over #current a {
  color:#FFFFFF;
  text-decoration:none;
}

#menu ul li #rubrik a { 
  color:#000000;
  text-decoration:none;
}

#menu ul li #current a { 
  color:#FFFFFF;
  text-decoration:none;
}

/* RUBRIKEN ENDE */
div#menu ul li ul li a {
	color: #000;
	background: url(bg_btn_arrow.gif) left center no-repeat #E5E5E5;
	text-decoration: none;
	font: 14px arial, helvetica, sans-serif;
	display: block;
	margin: 0;
	padding:4px 4px 4px 16px;
	width:200px; /*MOZILLA-WERT für IE als condition oben*/
	border-bottom:1px solid #999999;
}

div#menu ul li ul li #current1 {
	background: url(bg_btn_arrow_current.gif) left center no-repeat #E5E5E5;
}

div#menu ul li ul li a:hover {
	background: url(bg_btn_arrow_over.gif) left center no-repeat #999999;
}

#menu li {position: relative; } 

#menu ul li ul {
	border-left:1px solid #7F1527;
	border-right:1px solid #7F1527;
	border-bottom:1px solid #7F1527;
	margin-left:1px;
}

#menu ul ul { position: absolute; z-index: 500; }

#menu ul ul ul { position: absolute; top: 0; left: 100%; } 

div#menu ul ul,
div#menu ul li:hover ul ul, 
div#menu ul ul li:hover ul ul 
  {display: none; border-top:1px solid #7F1527; width:200px;} 

div#menu ul li:hover ul, 
div#menu ul ul li:hover ul, 
div#menu ul ul ul li:hover ul 
  {display: block; border-top:1px solid #7F1527; width:200px;}
/*============================================
 HAUPTNAVIGATION ENDE
============================================*/
