body {
margin: 0;
padding: 0;
font-family : Arial, Helvetica, sans-serif;
}
#menu   {
position: absolute;
top: 0;
left: 0;
width: 100%;

}
#menumaster {
margin : auto;
width : 800px;
text-align: left;

}
#menucontenu {
margin-left: 12px;
margin-right: 0px;
margin-top: 2px;
margin-bottom: 2px;
}


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


}
#menu {
position: absolute;
top: 0;
left: 0;
z-index:100;
width: 100%;
}
#menu dd {
border: none;
display: none;
}
#menu dl {
float: left;
width: 5.9em;
margin: 0.1px;
border-bottom-color: #666666;
border-bottom: 1px solid ;
border-right-color: #666666;
border-right: 1px solid ;
margin-top: 1px;
padding-top: 2px;

}
#menu dt {
cursor: pointer;
text-align: center;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #000033;
height: 16px;



}
#menu li {
text-align: center;
background: #FFFFF7;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
list-style: none;
padding-bottom: 8px;

}
#menu li a, #menu dt a {
color: #CC3300;
text-decoration: none;
list-style: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
background-color: #515179;
color: #FFFFFF;
font-size: 120%;

}

