/* 
	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: 30px; 
	line-height: 24px;
	background: #333333;
	font-size: 15px;

	border-top: 3px solid #999999;
	border-bottom: 3px solid #999999;
	}

.b-green a,
.b-green a:visited {
	padding-top: 3px;
	padding-right: 13px;
	padding-bottom: 3px;
	padding-left: 13px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	}

.b-green a:hover {
	color: #CCCCCC;
 	text-decoration: none;

	}

.b-green a.selected, 
.b-green a.selected:visited {
	background: #666666; color: #CCCCCC;
	border-top: 3px solid #999999;
	border-bottom: 3px solid #999999;
	}

.b-green a.selected:hover {
	color: white;
	text-decoration: none;
	}

