dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu2 {
position: absolute;
margin-top: 30px;
margin-left: 150px;
z-index:100;
width: 100%;
}
#menu2 dl {
float: left;
width: 182px;
margin: 0 1px;

}
#menu2 dt {
cursor: pointer;
text-align: center;
background: #f9d690;
border: none;
width: 182px;
background-image: url('images/menu_2.gif');
}
#menu2 dd {
border: none;
}
#menu2 li {
text-align: center;
background: #f9d690;
opacity: 0.9;
}
#menu2 li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu2 li a:hover, #menu2 dt a:hover {
background: #f9f7b5;
}


a {text-decoration: none;
color: black;
color: #222;
}