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

.b-yellow {
	margin: 0;
	padding: 0px 0px 5px 13px;
	font-size: 13px;
	font-weight: bold;
	}

.b-yellow a {
	margin: 0 3px 0 0;
	padding: 5px 10px;
	border-bottom:1px dotted #000;
	}

.b-yellow a, 
.b-yellow a:visited { 
	background: #ffff99;
        color:  #000;
	text-decoration: none;
	}

.b-yellow a:hover { 
	background: #000;
        color: #fff200;
	text-decoration: none;
	}


.b-yellow a.selected,
.b-yellow a.selected:visited,
.b-yellow a.selected:hover {
	background: #000;
        color:#fff200;
	}

.b-yellow form {
	display:inline;
	margin: 0;
	padding: 5px;
	background: #ffff99;
	border-bottom:1px dotted #000;
}

.mb1 {width:128px;
	border: 0;
	margin: 0;
	padding: 0;
	color:#999;
}

.mb2 {
	border: 0;
	margin: 0;
	padding: 0 3px;
	color:#000;
font-weight:bold;
}
