ul.menu li
{
}

/* Hauptmenü */
ul.menu li a.plain
{
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 2px;
}

/* Selektieres Hauptmenu */
ul.menu li a.selected
{
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px solid #CC0033;
}

/* Hauptmenü: Hover */
ul.menu li a:hover
{
	text-decoration: none;
}

ul.menu li.submenu ul
{
	border: 1px solid #AAAAAA;
}

ul.menu li.submenu ul li
{
	border: none;
}

ul.menu li.submenu ul a
{
	text-decoration: none;
	background-color: #F6F6F6;
	font-weight: normal;

	opacity: .93;
	-moz-opacity: .93;
	-khtml-opacity: .93;
	filter: alpha(opacity=93);
}

/* Untermenü: Hover */
ul.menu li.submenu ul a:hover
{
	text-decoration: none;
	background-color: #D0D0D0;
}


/* -------------------------------- */

/*
use xb settings to make ul/li appear the 
same in mozilla, ie and opera
*/

#funmenu
{
	position: absolute;
	top: 50px;
	left: 0px;
	width: 757px;
	height: 35px;
	z-index: 100;
}

ul.menu, ul.menu ul
{
  display: block;
  margin: -2px 0px -2px 0px;
  padding: 0px;
  text-align: left;
}

ul.menu
{
  text-align: right;
}

ul.menu li
{
  margin: 0;
}

/* 
top level items in ul are inline to display horizontally 
across page
*/

ul.menu li
{
  display: inline;
  list-style: none;
  position: relative;
  margin: 0em 1em 0em 1em;
  padding: 0;
}

/* 
nested lists inside of the top level items are initially 
not displayed
*/
ul.menu li ul
{
  list-style-image: none;
  display: block;
  position: absolute;
  left: 0;
  top: 0.9em; /* required for NS 7.x/Gecko 1.0.x but not Gecko 1.3 */
  visibility: hidden;
  width: 12em;
  z-index: 1000;
}

ul.menu li ul.produkte {
	width: 9em;
}

ul.menu li ul.solutions {
	width: 11em;
}

ul.menu li ul.services {
	width: 7em;
}

ul.menu li ul.unternehmen {
	width: 9em;
}

ul.menu li ul.news {
	width: 10em;
}

/*
fix up the submenu items
voice-family lines screen correct CSS values from browsers that
improperly lay out block-level boxes and have broken CSS parsers
(IE5.5/Win)
*/
ul.menu li ul li
{
  list-style-image: none;
  margin: 0 0 0 -1.5em;
  padding: 0;
  display: block;
  width: 100%;
  voice-family: "\"}\""; voice-family: inherit;
  margin-left: 0;
}

ul.menu li ul li a
{
  display: block;
  margin: 0;
  padding: 0 0 0 5%;
  width: 100%;
  voice-family: "\"}\""; voice-family: inherit;
  width: 95%;
}
