/* 
	WordPress Menubar Plugin
	b-blue.css stylesheet for the Basic template
*/
<td width='100%' [color=red]align='center'[/color]><a href='".BASEDIR."index.php'>$header_content</a></td>

.Header { text-align: center; }

.b-blue {
	margin: -15px 83px 20px 90px;
	padding-top: 10px; 
	padding-right: 20px; 
	padding-bottom: 10px; 
	padding-left: 20px;
	line-height: 20px;
	background: #000000;
	font-size: 12px;
	font-weight: bold;
	}

.b-blue a, 
.b-blue a:visited {
	padding-top: 3px; 
	padding-right: 20px; 
	padding-bottom: 3px; 
	padding-left: 14px; 
	background: #2f2f2f; color: white;
	text-decoration: none;
	}

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

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

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