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

.b-black {
	margin: 0px 0px 20px 0px;
	padding: 0;
	height: 27px;	
	line-height: 27px;
	background: #333333;
	font-size: 12px;
	font-weight: bold;
	border-left:1px solid #e8e8e8;
	width:654px;
	}

.b-black a, 
.b-black a:visited {
	float: left;
	padding-right: 1em; 
	padding-left: 1em; 
	line-height: 27px;
	background: #333333;
	color: white;	
	border-right: 1px solid white;
	text-decoration: none;
	}

.b-black a:hover {
	background: #ffff6d; color: #333333;	
	text-decoration: none;
	}

.b-black a.selected, 
.b-black a.selected:visited {
	background: #ffffff; color: #333333;	
	}

.b-black a.selected:hover {
	background: #FFFFFF; color: #333333;	
	text-decoration: none;
	}

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