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

.b-blue {
	margin-left:5px;
	/*margin: -20px 20px 0px 20px;
	padding-top: 0px; 
	padding-right: 0px; 
	padding-bottom: 0px; 
	padding-left: 30px;
	line-height: 20px;
	background: #4180B6;
	font-size: 12px;
	font-weight: bold;*/
	}

.b-blue a, 
.b-blue a:visited {
	color: #5c9a12;
	margin: 0;	padding: 0 8px;
	font: bold 15px/35px 'Trebuchet MS', Helvetica, Arial, Geneva, sans-serif;
	/*padding-top: 3px; 
	padding-right: 10px; 
	padding-bottom: 3px; 
	padding-left: 10px; 
	background: #69AEE7; color: white;
	text-decoration: none;*/
	}

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

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

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