/* CSS Document */


.demo2b .menu2b {
width:auto; 
font-size:12px;
position:relative;
z-index:100;
}
/* remove all the bullets, borders and padding from the default list styling */
.demo2b .menu2b ul {
padding:0;
margin:0;
list-style-type:none;
font-family: Arial, Helvetica, sans-serif;
letter-spacing: normal;
}
.demo2b .menu2b ul ul {
width:124px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.demo2b .menu2b li {
float:left;
width:114px;
position:relative;
font-weight:normal;
}
/* style the links for the top level */
.demo2b .menu2b a, .demo2b .menu2b a:visited {
display:block;
font-size:12px;

text-decoration:none; 
color:#fff; 
width:102px; 
height:26px; 
border:1px solid #fff; 
border-width:1px 0 0 0; 
background:#999999; 
padding-left:10px; 
line-height:29px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .demo2b .menu2b a, * html .demo2b .menu2b a:visited {
width:91px;
w\idth:80px;
}
.demo2b .menu2b ul ul a {
	border-width:1px 1px 0 1px !important;
	width:109px;
}

.demo2b .menu2b ul li a{
background-color:/*#d8d8d8*/ #E5E5E5;
font-weight:bold;
text-transform:uppercase;
}

.demo2b .menu2b ul li ul li a{
background-color:#d8d8d8 /*#E5E5E5*/;
font-weight:normal;
text-transform:none;
white-space:normal;
}
/* style the second level background */
.demo2b .menu2b ul ul a.drop2, .demo2b .menu2b ul ul a.drop2:visited {
background-color:#d8d8d8 /*#E5E5E5*/;
font-weight:normal;
height:auto;
white-space:normal;
width:127px; 
background: #d8d8d8 url(../images/menupfeil.gif) right center no-repeat;
}
/* style the second level hover */
.demo2b .menu2b ul ul a.drop2:hover{
background-color:#d8d8d8 /*#E5E5E5*/;width:127px; white-space:normal;
}
.demo2b .menu2b ul ul :hover > a.drop2 {
background-color:#d8d8d8 /*#E5E5E5*/;width:127px; white-space:normal;

}
/* style the third level background */
.demo2b .menu2b ul ul ul a, .demo2b .menu2b ul ul ul a:visited {
background-color:#d8d8d8 /*#E5E5E5*/;
height:auto;
white-space:normal;
}
/* style the third level hover */
.demo2b .menu2b ul ul ul a:hover {
background-color:#d8d8d8 /*#E5E5E5*/;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.demo2b .menu2b ul ul {
visibility:hidden;
position:absolute;
z-index: 1000;
/*height:0;*/
top:26px;
left:0; 
width:149px !important;
border: 1px solid #808080;
background: #fff;
padding-bottom: 1px;
}
/* another hack for IE5.5 */
* html .demo2b .menu2b ul ul {
top:29px;
t\op:30px;
}

/* position the third level flyout menu */
.demo2b .menu2b ul ul ul{
z-index: 10000;
left:141px; 
top:-1px;
width:129px;
}
/* position the third level flyout menu for a left flyout */
.demo2b .menu2b ul ul ul.left {
left:-200px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.demo2b .menu2b table {position:absolute; top:0; left:0;}

/* style the second level links */
.demo2b .menu2b ul ul a, .demo2b .menu2b ul ul a:visited {
background-color:#d8d8d8 /*#E5E5E5*/;
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:127px; /* yet another hack for IE5.5 */
}
* html .demo2b .menu2b ul ul a{
width:128px;
w\idth:123px;
}


/* style the top level hover */
.demo2b .menu2b a:hover, .demo2b .menu2b ul ul a:hover{
color:#E10322; 
background-color:#d8d8d8 /*#E5E5E5*/;
}
.demo2b .menu2b :hover > a {
color:#fff; /*#E10322;*/
background-color:#808080 /*#E5E5E5*/;
}
.demo2b .menu2b ul ul :hover > a {
color:#E10322;
background-color:#d8d8d8 /*#E5E5E5*/;
}

.demo2b .menu2b ul ul li:hover {
	z-index: 1000000 !important;
	background: transparent !important;
}

/* make the second level visible when hover on first level list OR link */
.demo2b .menu2b ul li:hover ul,
.demo2b .menu2b ul a:hover ul{
visibility:visible; width:156px; 
}
/* keep the third level hidden when you hover on first level list OR link */
.demo2b .menu2b ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.demo2b .menu2b ul :hover ul :hover ul{ 
visibility:visible;
}



/* keep the 4th level hidden when you hover on first level list OR link */
.demo2b .menu2b ul :hover ul :hover ul ul {
visibility:hidden;
}
.demo2b .menu2b ul :hover ul :hover ul :hover ul {
visibility:visible;
}


.demo2b .menu2b ul li a.dropact2  {
color: #5C5C5C;
font-weight:bold;
white-space:normal;
background-color:/*#d8d8d8*/ #E5E5E5;
border-bottom:2px solid /*#d8d8d8*/ #E5E5E5;
}

.demo2b .menu2b ul li a{

background-color:#999999;
}
.demo2b .menu2b ul li ul li a.dropactx  {
color: #E10322;
font-weight:bold;
white-space:normal;
width:150px; 
border-bottom:0px solid #d8d8d8 /*#E5E5E5*/;
}

.demo2b .menu2b ul li ul li ul li a.dropactx  {
color: #E10322;
font-weight:bold;
white-space:normal;

border-bottom:0px solid #d8d8d8 /*#E5E5E5*/;
}