/* CSS Document */

a.materiais {
    		display: block;
    		width: 223px;
    		height: 30px;
   			background: url(../imgs/bt_materiais_out.gif) 0 0 no-repeat;
    		text-decoration: none;
			}
 
a:hover.materiais {
    		background: url(../imgs/bt_materiais_over.gif) 0 0 no-repeat;
			}
			
a.cotacao {
    		display: block;
    		width: 223px;
    		height: 30px;
   			background: url(../imgs/bt_cotacao_out.gif) 0 0 no-repeat;
    		text-decoration: none;
			}
 
a:hover.cotacao {
    		background: url(../imgs/bt_cotacao_over.gif) 0 0 no-repeat;
			}
			
			
a.seja {
    		display: block;
    		width: 223px;
    		height: 50px;
   			background: url(../imgs/bt_seja_out.gif) 0 0 no-repeat;
    		text-decoration: none;
			}
 
a:hover.seja {
    		background: url(../imgs/bt_seja_over.gif) 0 0 no-repeat;
			}
			
