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

.b-red {
	width: 1020px;
	margin-left: -30px;
	background-color: #3B2554;
	padding: 0;
	height: 43px;
	line-height: 27px;
	font-size: 12px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

.b-red a, 
.b-red a:visited {
	float: left;
	line-height: 27px;
	text-decoration: none;
	text-transform: capitalize;
	}

.b-red a:hover {
	background-position: 0px 43px;	
	text-decoration: none;
	}

.b-red a.selected, 
.b-red a.selected:visited {
		
	}

.b-red a.selected:hover {
		}

.b-red a.right, 
.b-red a.right:visited {
	}
