/* 
	WordPress Menubar Plugin
	b-green.css stylesheet for the Basic template
*/

.b-green {
	margin: 0px 0px 0px 0px;
	padding-top: 0px; 
	padding-right: 0px; 
	padding-bottom: 0px; 
	padding-left: 10px; 
	line-height: 18px;
	background: ;
	font-size: 12px;
	font-weight: bold;
	border-top: ;
	border-bottom: ;
	}

.b-green a, 
.b-green a:visited {
	padding-top: 0px; 
	padding-right: 10px; 
	padding-bottom: 0px; 
	padding-left: 10px; 
	color: #ffffff;
	text-decoration: none;
	}

.b-green a:hover {
	color: 00374b;
	text-decoration: none;
	}

.b-green a.selected, 
.b-green a.selected:visited {
	background: #4c83f3; color: 000000;	
	border-top: 0px solid #005a7b;
	border-bottom: 0px solid #005a7b;
	}

.b-green a.selected:hover {
	color: white;
	text-decoration: none;
	}
