/* 
	WordPress Menubar Plugin
	b-gray.css stylesheet for the Basic template
*/

.b-gray {
    margin: 0px 0px 0px 0px;
    padding: 0;
    height: 10px;    
    line-height: 10px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 9px;
    font-weight: bold;
	}

.b-gray a, 
.b-gray a:visited {
    float: right;
    padding-right: 8px; 
    padding-left: 8px; 
    line-height: 10px;
    /* background: #0069C5; */
    color: #666666;    
    border-right: 1px solid #666666;
    text-decoration: none;
	}

.b-gray a:hover {
    color: #000000;
	text-decoration: none;
	}

.b-gray a.footer_rightmost, 
.b-gray a.footer_rightmost:visited {
    border-right: none;
    color: #666666;
    }

.b-gray a.footer_rightmost:hover {
    border-right: none;
    color: #000000;
    }

.b-gray a.selected, 
.b-gray a.selected:visited {
    color: #000000;
    }

.b-gray a.selected:hover {
    color: #000000;
    }

