@charset "iso-8859-1";


dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute;
top: 120;
z-index:2;
width: 100%;
}
#menu dl {
float: left;
width: 10em;
margin: 0 1px;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #ccc;
border: 1px solid gray;
}
#menu dd {
border: 1px solid gray;
}
#menu li {
text-align: center;
background: #eee;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
background: #eee;
}


a {text-decoration: none;
color: black;
color: #222;
}



#gazette {
top: 200;
left: float;
z-index:2;
}
#gazette dl {
left : float;
margin: 0 1px;
}
#gazette dt {
cursor: pointer;
text-align: justify;
font-weight: bold;
border: 0px solid gray;
}
#gazette dd {
border: 0px solid gray;
}
#gazette li {
text-align: justify;
}
#gazette li a, #menu dt a {
color: #000;
text-decoration: none;
height: 100%;
border: 0 none;
}
#gazette li a:hover, #menu dt a:hover {
}

