/* 
	WordPress Menubar Plugin
	b-red.css stylesheet for the Basic template
*/

.b-red {
	padding: 0;
	height: 27px;
	line-height: 27px;
	font-size: 12px;
	font-weight: bold;
	background-color: #A02020;
	background-image: url(../../../themes/Asheville%20on%20Bikes/images/button_red.png);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	}

.b-red a {
	float: left;
	padding-right: 30px;
	padding-left: 30px;
	line-height: 27px;
	color: white;
	text-decoration: none;
	background-color: #CCCCCC;
	background-image: url(../../../themes/Asheville%20on%20Bikes/images/button_red.png);
	}

.b-red a:hover {
	color: white;
	text-decoration: none;
	background-color: #CC0000;
	background-image: url(../../../themes/Asheville%20on%20Bikes/images/button_rollover.png);
	}

.b-red a.selected {
	color: white;
	background-color: #CC0000;
	background-image: url(../../../themes/Asheville%20on%20Bikes/images/button_rollover.png);
	background-repeat: repeat-x;
	}

.b-red a.selected:hover {
	color: white;
	text-decoration: none;
	background-color: #CC0000;
	background-image: url(../../../themes/Asheville%20on%20Bikes/images/button_rollover.png);
	}

.b-red a.right {
	float: right;
	border-right: none;
	}
