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

.b-blue {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	line-height: 20px;
	background: #;
	font-size: 12px;
	font-weight: bold;
	margin-top: -13px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	text-align: center;
	}

.b-blue a, 
.b-blue a:visited {
	padding-top: 3px; 
	padding-right: 10px; 
	padding-bottom: 3px; 
	padding-left: 10px; 
	background: white; color: #927B45;
	text-decoration: none;
	}

.b-blue a:hover {
	background: white; color: #A5C0AD;
	text-decoration: none;
	}

.b-blue a.selected, 
.b-blue a.selected:visited {
	background: white; color: #927B45;
	}

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