/* 
	WordPress Menubar Plugin
	b-blue.css stylesheet for the Basic template
*/

.b-blue {
	margin: 0px 0px 0 15px;
	padding-top: 24px; 
	padding-right: 0px; 
	padding-bottom: 0px; 
	padding-left: 60px;
	line-height: 20px;
	background: url("mn.png") left top no-repeat;
	font-size: 10px;
	text-align: left;
	}

.b-blue a, 
.b-blue a:visited {
	padding-top: 0px; 
	padding-right: 4px; 
	padding-bottom: 0px; 
	padding-left: 0px; 
	color: black;
	text-decoration: none;
	border-right: 1px dotted black;
	}

.b-blue a:hover {
	text-decoration: none;
	color: green;
	}

.b-blue a.selected, 
.b-blue a.selected:visited {
	color:green;
	}

.b-blue a.selected:hover {
	color:green;
	}
.b-blue a.palaverama {
	font-weight:bold;
}