1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129
| .men {
width:750px;
font-size:8pt;
position:relative;
z-index:100;
}
.men ul {
padding:0;
margin:0;
list-style-type:none;
}
.men ul ul {
width:150px;
}
.men li {
float:left;
width:150px;
position:relative;
}
.men a, .men a:visited {
display:block;
font-size:8pt;
text-decoration:none;
color:#fff;
width:150px;
height:10px;
border:1px solid #fff;
border-width:1px 1px 0 0;
background:#758279;
padding-left:2px;
line-height:15px;
}
* html .men a, * html .men a:visited {
width:150px;
w\idth:150px;
}
.men ul ul a.drop, .men ul ul a.drop:visited {
background:#d4d8bd;
}
.men ul ul a.drop:hover{
background:#c9ba65;
}
.men ul ul :hover > a.drop {
background:#c9ba65;
}
.men ul ul ul a, .men ul ul ul a:visited {
background:#C0C0C0;
}
/* style the third level hover */
.men ul ul ul a:hover {
background:#b2ab9b;
}
.men ul ul {
visibility:hidden;
position:absolute;
height:0;
top:31px;
left:0;
width:150px;
}
* html .men ul ul {
top:30px;
t\op:31px;
}
.men ul ul ul{
left:150px;
top:36;
width:30px;
text-align:center;
}
.men ul ul ul.left {
left:-150px;
width:150px;
top:15px;
text-align:left;
}
.men table {position:absolute; top:-15; left:0;}
.men ul ul a, .men ul ul a:visited {
background:#d4d8bd;
color:#000;
height:auto;
line-height:1em;
padding:5px;
width:150px
}
* html .men ul ul a{
width:150px;
w\idth:150px;
}
.men a:hover, .men ul ul a:hover{
color:#fff;
background:#949e7c;
}
.men :hover > a, .men ul ul :hover > a {
color:#fff;
background:#949e7c;
}
.men ul li:hover ul,
.men ul a:hover ul{
visibility:visible;
}
.men ul :hover ul ul{
visibility:hidden;
}
.men ul :hover ul :hover ul{
visibility:visible;
} |