/* 
	WordPress Menubar Plugin
	b-red.css stylesheet for the Basic template
*/

.b-red {
	margin: 0px 0px 0px 0px;
	padding: 0;
	height: 35px;	
	line-height: 35px;
	/* background: #990000; */
    background-image: url('images/support_background.jpg');
    background-position: center right;
    background-repeat: no-repeat;

    font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	}

.b-red a, 
.b-red a:visited {
	float: right;
	padding-right: 20px; 
	padding-left: 20px; 
	line-height: 35px;
	/* background: #0069C5; */
    background-image: url('images/support_item_bg.jpg');
    background-position: center right;
    background-repeat: no-repeat;
	color: #CCCCCC;	
	/* border-right: 1px solid #1B79D1; */
	text-decoration: none;
	}

.b-red a:hover {
	/* background: #CC0000; */
    color: white;	
	text-decoration: none;
	}

.b-red a.selected, 
.b-red a.selected:visited {
	/* background: #CC0000; */
    color: white;	
	}

.b-red a.selected:hover {
	/* background: #CC0000; */
    color: white;	
	text-decoration: none;
	}

.b-red a.plus, 
.b-red a.plus:visited {
    /* border-left: 1px solid white; */
    background-image: url('images/support_item_bg_plus.jpg');
    }

.b-red a.right, 
.b-red a.right:visited {
    /* border-left: 1px solid white; */
    background-image: url('images/support_item_bg_right.jpg');
    }

