#menu dl,#menu dt,#menu dd,#menu ul,#menu li {
margin: 0;
padding: 0;
list-style-image: url(empy.gif);
}
#menu {
position: relative;
z-index:100;
width: 100%;
height: 24px;
background-image: url(fic_images/barra_topo.png);
}
#menu dl {
float: right;
width: 10em;
margin: 0 1px;
padding: 2px 2px 0 0;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #eee;
border: 1px solid #ccc;
padding: 2px 0 2px 0;
background-image: url(fic_images/sub_portlet.png);
}
#menu dd {
border: 1px solid #ccc;
position: absolute;
display: none;
padding: 0 2px 0 2px;
background: #fff;
}
#menu dd ul li{
text-align: left;
text-decoration: none;
}
#menu li {
text-align: center;
list-style-type: none;
}
#menu li a, #menu dt a {
color: #999;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
list-style-type: none;
}
#menu li a:hover, #menu dt a:hover {
background: #eee;
list-style-type: none;
}
#menu dl a:hover{
background-image: none;
background: #ddd;
}