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

.b-broker {
	clear: both;
	margin: 10px 0px 0px 0px;
	padding: 0;
	height: 27px;	
	line-height: 27px;
	background: #AFB06B;
	font-family: Arial, Verdana, sans-serif;	
	font-size: 14px;
	font-weight: bold;
	text-transform:uppercase;
	/* color: white !important;	 */	
	}

.b-broker a, 
.b-broker a:visited {
	float: left;
	padding-right: 1em; 
	padding-left: 1em; 
	line-height: 27px;
	background: #AFB06B;
	color: white !important;
	border-right: 1px solid white;
	text-decoration: none;
	}

.b-broker a:hover {
	background: #EEEEEE; 
	color: black !important;
	text-decoration: none;
	}

.b-broker a.selected, 
.b-broker a.selected:visited {
	background: #AFB06B; 
	/* color: white !important; */
	}
.b-broker a.selected {
	background: #EEEEEE !important; 
	color: black !important;
	text-decoration: none;
	}
.b-broker a.selected:hover {
	background: #EEEEEE; 
	color: black !important;
	text-decoration: none;
	}

.b-broker a.right, 
.b-broker a.right:visited {
	float: right;
	border-left: 1px solid white;
	border-right: none;
	}
.current_page_ancestor {
	background: #EEEEEE !important; 
	color: black !important;
	}	
