/* 
	WordPress Menubar Plugin
	b-blue.css stylesheet for the Basic template
*/

.b-blue {
	margin: 20px 0px -20px -20px;
	padding-top: 0px; 
	padding-right: 0px; 
	padding-bottom: 0px; 
	padding-left: 30px;
	line-height: 20px;
	background: black;
	font-size: 10px;
	font-weight: bold;
	width: 970px;
	text-align: center;
	}

.b-blue a, 
.b-blue a:visited {
	padding-top: 3px; 
	padding-right: 10px; 
	padding-bottom: 3px; 
	padding-left: 10px; 
	background: black;
	color: #eceef1;
	text-decoration: none;
	}

.b-blue a:hover {
	background: #7d9de8;
	color: #147;
	text-decoration: none;
	}

.b-blue a.selected, 
.b-blue a.selected:visited {
	background: #7d9de8;
	color: #147;
	}

.b-blue a.selected:hover {
	background: #7d9de8;
	color: #147;
	text-decoration: none;
	}

