#menuh {
        /*font: 80% "Trebuchet MS", Arial, Helvetica, sans-serif;*/
        /*margin-top: 10px;*/
        margin-left: 5px;
        font: none 12px  Verdana, Arial, Helvetica, sans-serif;
}

#menuh ul, li {
        list-style-type: none;
}

#menuh ul {
        margin: 0;
        padding: 0;
}

#menuh li {
        float: left;
}

#menuh a {
        text-decoration: none;
        color: #000;
        background: #fff;
        display: block;
        /*padding: 3px 10px;*/
        padding-top: 5px;
        text-align: center;
        /*border: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-top:  1px solid #ccc;*/
        border-right: 1px solid #ccc;
        border-width: 1px 1px 1px 1px;
        width: 100px;
        height: 19px;
}


#menuh a:hover {
        /*background: #DBEBF6;*/
        background: #DBEBF6;
        color: #0000FF;
        border-left: 3px solid #FF9900;
        /*background-image: url(../../graficos/pagina/bullets/bullet08.gif);
        background-repeat: no-repeat;
        background-position: left center;*/

}

