

#menu {
position: absolute;
top: 220;
left: 155;
z-index:100;
width: 100%; /* precision for Opera */
}
#menu dl {
float: left;
width: 12em;
}
#menu dt {
color:#ffffff;
cursor: pointer;
text-align: center;
font-weight: bold;
background: #2a78b8;
border: 1px solid gray;
margin: 1px;
height:20px;
width:150px;
}
#menu dd {
display: none;
border: 1px solid gray;
width:150px;
}
#menu li {
text-align: center;
background:#c6d3e3;
height:20px;
border-bottom:solid 1px #666666;
}
#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;
}
#site {
margin-top:0px;
z-index:1;
}
.title_h1
{
color: #2a78b8;
font-size:14px;
font-weight:bold;
}

p, td
{
font-size:12px;
}

.coutitle1
{
margin-bottom:20px;
}