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

