dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute; /* Menu position that can be changed at will */
top: 0;
left: 0;
z-index:100;
width: 100%; /* precision for Opera */
}
#menu dl {
float: left;
width: 12em;
}

.dropdown{
display: none;
position:absolute;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
background-image:url(../pages/img/top/dropdownbg.gif);
padding:7px;
width:140px;
}

.dropdown li{
height:26px;
}

.dropdown a{
color:#FFFFFF;
}

.dropdown a:hover{
color:#FF6600;
}

#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #ccc;
border: 1px solid gray;
margin: 1px;
}
#menu dd {
display: none;
border: 1px solid gray;
}
#menu li {
text-align: center;
background: #fff;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background: #eee;
}


