table.menu {
margin: 0;
padding: 0;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
top: 1em;
left: 1em;
z-index: 100;
width: 100%
}
#menu dl{
float: left;
}


#menu dt.home{
background-image: 
url('images/index_02.gif');
cursor: pointer;
text-align: center;
font-weight: bold;
width: 116px;
height: 30px;
}


#menu dt.service{
background-image: 
url('images/index_03.gif');
cursor: pointer;
text-align: left;
font-weight: bold;
width: 193px;
height: 30px;
}


#menu dt.about{
background-image: 
url('images/index_04.gif');
cursor: pointer;
text-align: center;
font-weight: bold;
width: 211px;
height: 30px;
}


#menu dt.tips{
background-image: 
url('images/index_05.gif');
cursor: pointer;
text-align: center;
font-weight: bold;
width: 141px;
height: 30px;
}


#menu dt.contact{
background-image: 
url('images/index_06.gif');
cursor: pointer;
text-align: center;
font-weight: bold;
width: 189px;
height: 30px;
}


#menu dd {
position: absolute;
z-index: 100;
width: 150px;
margin-left:30px;
border: 1px solid gray;
}
}
#menu ul {
align:center;
padding: 2px;
}
#menu li {
background-color: #FFF;
text-align: left;

}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu li a:hover{
background: #eee;
}