@charset "utf-8";
/* CSS Document */


body {
margin: 0;
padding: 0;
}


dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;

}
#menu {
position: absolute;
top: 80px;
left: 400px;
z-index:100;
width: 100%;
font-family:Arial, Helvetica, sans-serif;
}
#menu dl {
float: left;
width: 13em;
margin: 0 1px;
font-size:12px;
color:#FFFFFF;
padding-bottom:3px;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: normal;
border: 2px solid white;
padding-top:3px;


}
#menu dd {
border: 2px solid white;


}
#menu li {
text-align: center;

font-size:11px;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;

}
#menu li a, #menu dt a {
color: #fff;
text-decoration: none;
display: block;
height: 100%;
border-bottom:solid;
border-bottom-color:#FFFFFF;

}
#menu li a:hover, #menu dt a:hover {
color:#000000;
}


