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

.b-green {
	margin: 10px 10px 0px 10px;
	padding-top: 0px; 
	padding-right: 0px; 
	padding-bottom: 0px; 
	padding-left: 0px; 
	line-height: 20px;
	background: #007979;
	font-size: 12px;
	font-weight: bold;
	}

.b-green a, 
.b-green a:visited {
	padding-top: 3px; 
	padding-right: 10px; 
	padding-bottom: 3px; 
	padding-left: 10px; 
	background: #007979; color: white;
	text-decoration: none;
	}

.b-green a:hover {
	background: white; color: #007979;
	text-decoration: none;
	}


.b-green a.selected, 
.b-green a.selected:visited {
	background: #00A6A6; color: white;		
	}

.b-green a.selected:hover {
	background: white; color: #007979;
	text-decoration: none;
	}

