/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu 
{ font-size:80.01%;position:relative; z-index:100; float: right;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
letter-spacing: 0.06em;
}
.menu ul ul {
width: 8em;
font-size:85%;
}
* html .menu ul ul {
font-size:65%;
f\ont-size:85%;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:139px;
position:relative;
}
.kleiner {width:100px;
margin: 0;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
text-decoration:none;
text-align:center; 
color:#fff; 
width:133px; 
height:20px; 
border:1px solid #333; 
border-width:0px 0px 2px 1px; 
background:#666; 
padding-left:5px; 
line-height:20px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:143px;
w\idth:133px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#777;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#c9ba65 ;
}
.menu ul ul :hover > a.drop {
background:#c9ba65 ;
 font-weight: bold;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#666;
width:195px;
 font-weight: bold;
}
* html .menu ul ul ul a,* html  .menu ul ul ul a:visited{
width:217px;
w\idth:195px;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#b2ab9b;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:22px;
left:-0; 
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:21px;
t\op:22px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:150px; 
top:0;
width:150px;
font-size:1em;
}
* html .menu ul ul ul {
font-size:65%;
f\ont-size:100%;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-217px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#777;
font-weight: bold; 
color:#FC0;
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:118px;
border-width:0px 1px 1px 1px;
/* yet another hack for IE5.5 */
}
* html .menu ul ul a, * html .menu ul ul a:visited {width:144px;w\idth:118px;}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#777;
visibility:visible;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#777;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
#corner{
  background-image: url(../images/corner_tr.gif);
  background-repeat: no-repeat;
  background-position:  top right ;
  border-right: 0px;
 }
#corneractiv{
  background:#333 url(../images/corner_tr.gif);
  background-repeat: no-repeat;
  background-position:  top right ;
  border-right: 0px;
 }
 
 
/******** style the second level background fuer Produkte *************/
.menu ul ul a.dropp, .menu ul ul a.dropp:visited {
background:#777 ;
 font-weight: bold; width:15.2em;

}
.menu ul ul a.droppp, .menu ul ul a.droppp:visited {
background:#777;
 font-weight: bold; width:15.2em;

}
/* style the second level hover */
.menu ul ul a.dropp:hover{
background:#c9ba65;width:15.2em;
}
.menu ul ul :hover > a.dropp {
background:#c9ba65 ;width:15.2em;
}
.menu ul ul a.droppp:hover{
width:15.2em;
}
.menu ul ul :hover > a.droppp {
width:15.2em;
}
* html .menu ul ul a.dropp, * html .menu ul ul a.dropp:visited, .menu ul ul a.dropp:hover {width:190px;w\idth:15.2em;}
* html .menu ul ul a.droppp, * html .menu ul ul a.droppp:visited, .menu ul ul a.droppp:hover {width:190px;w\idth:15.2em;}

/*border oben fuer third level*/
.menu ul ul ul a.border, .menu ul ul ul a.border:visited{
border-width:1px 1px 1px 1px;
}
/****************************************************************************/