/* CSS Document */

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {
position: absolute;
top: 0;
left: 0;
z-index:100;
width: 1250px;
height: 15px;

}
#menu dl {
float: left;
margin: 0;
width: 5.69em;
}
#menu dt {
position: relative;
cursor: pointer;
text-align: center;
background: #fff;
border-top: 1px solid gray;
border-bottom: 1px solid gray;
}
#menu dd {
background: #fff;
display: none;
height: 28px;
}
#menu li {
position: relative;
text-align: center;
background: #fff;
border-bottom: 1px solid gray;	
border-left: 1px solid gray;
border-right: 1px solid gray;
}
#menu li a {
color: #000;
text-decoration: none;
font-size: 11.5px;
display: block;
border: 0 none;
height: 100%;
padding: 3px;
}
#menu dt a {
position: relative;
color: #000;
text-decoration: none;
font-size: 11.5px;
display: block;
height: 100%;
padding: 3px;
}

