/* 
	WordPress Menubar Plugin
	b-green.css stylesheet for the Basic template
*/
/*
.b-green {
	padding-top: 0px; 
	padding-right: 0px; 
	padding-bottom: 0px; 
	padding-left: 30px; 
	line-height: 24px;
	background: #eaf797;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 4px solid #B3C53B;
	}

.b-green a, 
.b-green a:visited {
	padding-top: 3px; 
	padding-right: 10px; 
	padding-bottom: 3px; 
	padding-left: 10px; 
	color: #78865e;
	text-decoration: none;
	}

.b-green a:hover {
	color: white;
	text-decoration: none;
	}

.b-green a.selected, 
.b-green a.selected:visited {
	background: #a9ef1f; color: white;	
	border-top: 4px solid #a9ef1f;
	border-bottom: 2px solid #a9ef1f;
	}

.b-green a.selected:hover {
	color: white;
	text-decoration: none;
	}




#headerBarNavigation ul {
float: left;
list-style: none;
padding: 0;
margin: 0;
}

#headerBarNavigation li {
display: inline;
}

*/



#headerBarNavigation a .selected {
	float: left;
	height: 35px;
	line-height: 35px;
	font-size: 10pt;
	background-color: #E21776;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding-left: 18px;
	padding-right: 18px;
}
#headerBarNavigation a {
	float: left;
	height: 35px;
	line-height: 35px;
	font-size: 10pt;
	background-color: #5D4F4B;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding-left: 18px;
	padding-right: 18px;
}
#headerBarNavigation a:hover {
	float: left;
	height: 35px;
	line-height: 35px;
	font-size: 10pt;
	background-color: #E21776;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding-left: 18px;
	padding-right: 18px;
}
