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

.b-red {
	margin: 10px 0px 0px 0px;
	padding: 0;
	height: 24px;
	line-height: 24px;
	background: #990000;
	font-size: 10px;
	font-weight: lighter;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	}


.b-red a, .b-red a:link, .b-red a:visited {
	float: left;
	padding-right: 30px; 
	padding-left: 30px; 
	line-height: 24px;
	background: #990000;
	color:  #FFFFFF;	
	border-right: 1px solid white;
	text-decoration: none;
	}

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

.b-red a.selected, 
.b-red a.selected:visited {
	background: #DD8832; color:  #FFFFFF;
	}

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

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

