/*--------------------------------CSS-------------------------------------*/

ul#menuO {
	list-style-type: none;
	margin:0;
	padding:0;
}
	
ul#menuO li {
	display: block;	float: left;
	height: 18px;
	position: relative;
} 
	

 
.mmContent {
	font-size: 10px; font-family: Arial, Helvetica, Verdana, Geneva, SunSans-Regular;
	
}

.mmContent ul {
	margin: 0px; 
	padding: 0px;
	list-style: none;
	list-style-image: none;
	z-index:10;
	position:relative; 
	left:0px;
	top:0px;
	background-color: #efefef;
	/*border-right: 1px solid #807F84;
	border-left: 1px solid #807F84;
	border-bottom: 0px solid #807F84;*/
}

.mmContent li {
	padding: 0px; 
	margin: 0px;
	text-align: left;
 }
 
.menuBackground {
	position:absolute;
	left:0px; 
	top:0px;
	z-index:10;
	
}
 
.mmContent li a{
	display: block;
	color: #000000;
	font-weight: normal;
	font-size: 10px;
	padding: 2px;
	background-color:#757575;
	text-decoration: none;
	border-bottom: 1px solid #909090;
	height:13px;
	text-transform:uppercase;
}

.mmContent li a:hover{ 
	color: #000000; 
	background-color: #928b83; 
	text-transform:uppercase;
}
/*
.mmContent li a:active { color: #000000; }
*/
.mmContent li a.submenu:hover {
 	color: #000000;
 	background-color:#928b83;
}

/**
 *Menu Styles for our belove IE 5.01
 */

.mmContentb {
	font-size: 9px; font-family:  Arial, Verdana,Helvetica, Geneva, SunSans-Regular;
}

.mmContentb ul {
	margin: 0px; padding: 0px 0 10px 0;
	list-style: none;
	z-index:11;
	background-color: #FFFFFF;
	border-right: 1px solid #807F84;
	border-left: 1px solid #807F84;
	border-bottom: 1px solid #807F84;
	position:relative; 
	left:0px; 
	top:0px;
}
.mmContentb li {
	padding: 0px; margin: 0px; }
 
.menuBackground {
	position:absolute;
	left:0px; 
	top:0px;
	z-index:11;
}
 
.mmContentb li a {
	display: block;
	color: #000000;
	/* width: 200px; */
	padding: 2px;
	font-weight: normal;
	text-decoration: none;
	border: none;
}

* html .mmContentb li a {
	width: 160px;
	w\idth: 160px;
}

.mmContentb li a:link { color: #000000; }
.mmContentb li a:visited { color: #000000; }

.mmContentb li a:hover{ color: #333399; background-color: #EEEEEE; cursor: pointer;}
.mmContentb li a:active { color: #333399; }

.mmContentb li a.submenu {
}
.mmContentb li a.submenu:hover {
	color: #333399;
}


/*
Overview Menu
*/

ul.menuHGM2, ul.menuHGM2 ul {
    list-style-type: none;
    padding:0px;
    margin:0px;
    
}


ul.menuHGM2 ul {
    list-style-type: none;
    padding:0px;
    margin:0px;
    padding-top:14px;
    
}


ul.menuHGM2 a {
    display: block;
    padding: 0px 0px;
    font-weight:normal;
}

ul.menuHGM2 ul a {
    padding:0;
    padding-top:3px;
    padding-bottom:3px;
}

ul.menuHGM2 li {
    padding:0;
    margin:0;
    background-image: none;
    float:left;
}

ul.menuHGM2 ul {
    margin-left:0;
    padding: 0 0 0px 0;
    position: absolute;
    padding-top:20px;

    border:0px solid #cccccc;
    display:none;
    min-width:200px;
}

/* IE-Hack für die Breite */
*html ul.menuHGM2 ul {
    width:200px;
    padding-top:14px;
}

/* Dies sind die Klassenstile für das Untermenü wenn sich die Maus */
/* über der Liste  befindet (.hover siehe JavaScript oben) */
ul.menuHGM2 ul.hover, ul.menuHGM2 li.hover ul, ul.menuHGM2 li:hover ul  {
    width:200px;
    display:block;
    padding-top:14px;
}

ul.menuHGM2 ul li {
    float:none;
    background-color: transparent;
   
}


ul.menuHGM2 ul {
    float:none;
    padding-top:20px;
    background-color: transparent;
   
}


ul.SubMenuFlyout
{
padding-top:20px;
border:0px solid #990000;
}
ul.SubMenuFlyout li
{
border:0px solid #990000;
}

.SubMenuFlyouout a
{
color:#333333;
width:180px !important;
}

#MenuOvierviewHolder
{
width:928px !important;
float:left;
padding:0px;
padding-left:10px;
background-image:url(../../Global_Images/Background_OverviewProducts.jpg);



}


