dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute; /* Menu position that can be changed at will */
z-index:100;
width: 100%; /* precision for Opera */
}
.dlhome {
float: left;
}
.dlaboutus{
float: left;
}

.dlmicroreport{
float: left;
width:9em;
}

.dlfreereport{
float: left;
}

.dllatestreport{
float: left;
}

.dlnews{
float: left;
}

.dllinks{
float: left;
}

.dlcontactus{
float: left;
}

.dlline{
float: left;
width: 1em;
}

#menu dt {
cursor: pointer;
text-align: center;
border: 0px;
margin: 0px;
}

#menu dd {
display: none;
border: 1px solid gray;
}
#menu li {
text-align: left;
background: #fff;

}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
height: 100%;
border: 0;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #00897C;
}

