.menu {
padding:0 0 0 12px; 
margin:0; 
list-style:none; 
height:40px; 
background:#fff url(pic/menu0.gif) repeat-x; 
position:relative; 
font-family: Tahoma, Verdana, Arial;
}

.menu li.m1 {
display:block; 
float:left; 
position:relative;
}

.menu li a.m2 {
display:block; 
float:left; 
height:40px; 
line-height:33px; 
color:#fff; 
text-decoration:none; 
font-size:14px; 
font-weight:bold; 
padding:0 0 0 8px; 
cursor:pointer;
}

.menu li a.m2 span {
float:left; 
display:block; 
padding:0 12px 0 12px; 
height:40px;
}

.menu li a.m2 span.m3 {
float:left; 
display:block; 
padding:0 25px 0 12px; 
height:40px; 
background:url(pic/menu0a.gif) no-repeat right top;
}

.menu li a.m2:hover {
color:#fff; 
background: url(pic/menu1.gif) no-repeat;
}

.menu li a.m2:hover span {
background:url(pic/menu1.gif) no-repeat right top;
}

.menu li a.m2:hover span.m3 {
background:url(pic/menu1a.gif) no-repeat right top;
}

.menu li:hover > a.m2 {
color:#fff; background: url(pic/menu1.gif) no-repeat;
}

.menu li:hover > a.m2 span {
background:url(pic/menu1.gif) no-repeat right top;
}

.menu li:hover > a.m2 span.m3 {
background:url(pic/menu1a.gif) no-repeat right top;
}

.menu table {
border-collapse: collapse; 
width: 0; 
height: 0; 
position: absolute; 
top: 0; 
left: 0;
}

.menu a:hover {
visibility:visible;
}


.menu li:hover {
position:relative; 
z-index:200;
}

.menu ul {
position:absolute; 
left:-9999px; 
top:-9999px; 
width:0px; 
height:0px; 
margin:0; 
padding:0; 
list-style:none;
}

.menu :hover ul.sub {
left:2px; 
top:40px; 
background: #fff; 
padding:3px 0; 
border:1px solid #036; 
white-space:nowrap; 
width:125px; 
height:auto;
}

.menu :hover ul.sub li {
display:block; 
height:20px; 
position:relative; 
float:left; 
width:90px;
}

.menu :hover ul.sub li a {
display:block; 
font-size:12px; 
height:20px; 
width:118px; 
line-height:20px; 
text-indent:5px; 
color:#036; 
text-decoration:none; 
border:3px solid #fff; 
border-width:0 0 0 3px;
}

.menu :hover ul.sub li a:hover {
background:#036; 
color:#fff;
}

.menu :hover ul {
left:90px; 
top:-4px; 
background: #fff; 
padding:3px 0; 
border:1px solid #036; 
white-space:nowrap; 
width:93px; 
z-index:200; 
height:auto;
}