/* optymalni.de - menü - CSS Document */

.menu {
background:#f6f6df;
width:861px; 
height:28px;
/*font-size:0.85em;*/
border-left:1px solid #f6f6df;
position:relative;
z-index:100;
}

.menu ul {
padding:0;
margin:0;
list-style-type:none;
}

.menu li {
float:left;
width:123px;
position:relative;
}

.menu a, .menu a:visited {
background:#999965;
display:block;
font-size:11px;
text-decoration:none;
color:#f8f8f7;
width:112px; 
height:26px;
border:1px solid #f6f6df;
border-width:1px 1px 0 0;
padding-left:10px;
line-height:25px;
}

.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:27px;
left:-1px; 
width:123px;
}

.menu table {
position:absolute;
top:0;
left:0;
}

.menu ul ul a, .menu ul ul a:visited {
background:#d4d8bd;
color:#000;
height:auto; 
line-height:1em;
border-width:1px 1px 0 1px;
padding:5px 10px;  
width:102px
}

.menu a:hover, .menu ul ul a:hover {
color:#f8f8f7;
background:#acac7c;
}

.menu :hover > a, .menu ul ul :hover > a {
color:#f8f8f7;
background:#acac7c;
}

.menu ul li:hover ul, .menu ul a:hover ul {
visibility:visible; 
}
