.menu {
position:relative;
z-index:1000;
}
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:150px;
position:relative;
background:#DEEFEB;
}
.menu li {
background:transparent;
height:26px;
}
.menu li ul {
/*background:#89C9BB;*/
background:#AFD8D0;
opacity:0.9;
}
* html .menu li {margin-left:-16px; margin-lef\t:0;}
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em; width:0; height:0;}
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:150px;
color:#000;
text-indent:5px;
background:transparent;
}
* html .menu a:hover {color:#fff; background:#73BDAC} /*#73BDAC*/
.menu :hover > a {color:#fff; background:#73BDAC}
* html .menu ul ul a:hover {color:#fff; background:#7CCBB9} /*#73BDAC*/
.menu ul ul :hover > a {color:#fff; background:#7CCBB9}
.menu ul ul {
visibility:hidden;
position:absolute;
top:-1px;
left:100px;
}
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
}
.menu ul ul li a {width:149px}
.menu ul.top1 {top:10px}
.menu ul.top2 {top:36px}
.menu ul.top3 {top:62px}
.menu ul.top4 {top:88px}
.menu ul.top5 {top:114px}
.menu ul.top6 {top:140px}