/* 
	WordPress Menubar Plugin
	b-green.css stylesheet for the Basic template
*/

.b-green {
	padding-left: 0px;
	line-height: 31px;
	font-size: 10px;
	font-weight: bold;
	width: 870px;
	left: 7px;
	position: relative;
	color: #000000;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	}

.b-green a, 
.b-green a:visited {
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: "Arial";
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	}

.b-green a:hover {
	color: #000000;
	text-decoration: none;
	font-family: "Arial";
	font-size: 10px;
	font-weight: bold;
	line-height: 31px;
	background-image: url(green2.gif);
	background-repeat: repeat-x;
	background-position: center;
	}

.b-green a.selected, 
.b-green a.selected:visited {
	color: #000000;
	font-family: "Arial";
	font-size: 10px;
	font-weight: bold;
	line-height: 31px;
	background-image: url(green2.gif);
	background-repeat: repeat-x;
	background-position: center;
	}

.b-green a.selected:hover {
	color: #000000;
	text-decoration: none;
	}

