#product_button{
background: url(/img/menu_product_active.gif);
width:192px;
height:35px;
}
#product_button a:link, #product_button a:visited{
background: url(/img/menu_product_active.gif);
width:192px;
height:35px;
}
#product_button a:hover, #product_button a:active{
background: url(/img/menu_product_active_real.gif);
}

#style_button{
background: url(/img/menu_style.gif);
width:192px;
height:35px;
}
#style_button a:link, #style_button a:visited{
background: url(/img/menu_style.gif);
width:192px;
height:35px;
}
#style_button a:hover, #style_button a:active{
background: url(/img/menu_style_active.gif);
}

#finish_button{
background: url(/img/menu_finish.gif);
width:192px;
height:35px;
}
#finish_button a:link, #finish_button a:visited{
background: url(/img/menu_finish.gif);
width:192px;
height:35px;
}
#finish_button a:hover, #finish_button a:active{
background: url(/img/menu_finish_active.gif);
}

#collection_button{
background: url(/img/menu_collection.gif);
width:192px;
height:35px;
}
#collection_button a:link, #collection_button a:visited{
background: url(/img/menu_collection.gif);
width:192px;
height:35px;
}
#collection_button a:hover, #collection_button a:active{
background: url(/img/menu_collection_active.gif);
}


