﻿/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


a:visited { color: #000000; text-decoration: none}
A:active { color: #000000; text-decoration: none; }
a:link {  color: #000000; text-decoration: none}
a:hover {  color: #0000ff; text-decoration: none}


.solidblockmenu
{
    margin: 0;
    padding: 0;
    float: left;
    font: bold 16px Verdana;
    width: 100%;
    border: 1px solid #625e00;
    border-width: 1px 0;
    color: white;background: transparent url(imagens/blockdefault.gif) center center repeat-x;
}

.blockmenu
{
    margin: 0;
    padding: 0;
    float: left;
    font: bold 16px Verdana;
    width: 100%;
    border: 1px solid #625e00;
    border-width: 1px 0;
    color: black;background: transparent url(imagens/blockmenu.gif) center center repeat-x;
    cursor: hand;
}

