body {
margin: 0;
padding: 0;
font-family : Verdana, Arial, Helvetica, sans-serif;
color: #000000;

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

}
#menucontenu {
margin: 5px;

}


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


}
#menu dd {
border: none;
display: none;
}
#menu dl {
float: left;
background-color : #DAE0E0;
width: 200px;
margin: 0 1px;
border-bottom-color: #999999;
border-bottom: 1px solid ;
border-right-color: #999999;
border-right: 1px solid ;
margin-top: 1px;
padding-top: 2px;

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



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

}
#menu li a, #menu dt a {
color: #990000;
text-decoration: none;
list-style: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
background-color: #333333;
color: #FFFFFF;

}
