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

.b-blue {
	margin: -20px 20px 0px 3px;
	padding-top: 2px; 
	padding-right: 0px; 
	padding-bottom: 1px; 
	padding-left: 0px;
	line-height: 20px;
	font-size: 15px;
	font-family:"Arial Black", Gadget, sans-serif;
	font-weight: bold;
	width: 744px;
	height: 24px;
	background: #FFF;
	float:left;
	border: 3px solid #000;
	}

.b-blue a, 
.b-blue a:visited {
	margin-left: -5px;
	margin-right: -3px;
	padding-top: 4px; 
	padding-right: 15px; 
	padding-bottom: 5px; 
	padding-left: 15px; 
	background:#fff;
	text-decoration: none;
	border: 3px solid #000;
	}

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

.b-blue a.selected, 
.b-blue a.selected:visited {
	background: white;
	}

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