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

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

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

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

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


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

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

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

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