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

.b-red {
	margin: 0 10px 0px -2px;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
	height: 30px;
}

.b-red a, 
.b-red a:visited {
	float: left;
	padding-right: 1em;
	padding-left: 1em;
	color: white;
	border-right: 1px solid white;
	text-decoration: none;
}

.b-red a:hover {
	color: white;
	text-decoration: none;
}

.b-red a.selected, 
.b-red a.selected:visited {
	
	color: white;
}

.b-red a.selected:hover {
	background: #CC0000;
	color: white;
	text-decoration: none;
}

.b-red a.right, 
.b-red a.right:visited {
	float: right;
	border-left: 1px solid white;
	border-right: none;
}