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

.b-blue {
	margin: 0px 0px 0px 0px;
	padding-top: 0px; 
	padding-right: 2px; 
	padding-bottom: 0px; 
	padding-left: 25px;
	line-height: 25px;
	background: #a9cc30;
	font-size: 14px;
	font-weight: bold;
	
	}

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

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

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

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