/* 
	WordPress Menubar Plugin
	b-green.css stylesheet for the Basic template
*/

.b-green {
    margin: 0px 0px 0px 0px;
    padding: 0;
    height: 29px;    
    line-height: 29px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 19px;
    font-weight: bold;
    background: #D6D6D6;
    }

.b-green a, 
.b-green a:visited {
    float: left;
    padding-right: 16px; 
    padding-left: 16px; 
    line-height: 29px;
    /* background: #0069C5; */
    background-image: url('images/product_item_bg.png');
    background-position: center left;
    background-repeat: no-repeat;
    color: #666666;    
    /* border-right: 1px solid #1B79D1; */
    text-decoration: none;
    }

.b-green a:hover {
    color: #000000;
    text-decoration: none;
    }

.b-green a.seatpost_item, 
.b-green a.seatpost_item:visited {
    background-image: url('images/product_item_bg_left.png');
    }

.b-green a.selected, 
.b-green a.selected:visited {
    background-image: url('images/product_item_bg_selected.png');
    color: #000000;
    }

.b-green a.selected:hover {
    background-image: url('images/product_item_bg_selected.png');
    color: #000000;
    }

