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

.b-orange {
	
	padding-top: 0px; 
	padding-right: 0px; 
	padding-bottom: 0px; 
	padding-left: 25px;
	line-height: 38px;
	background: #ff9900;
	font-size: 1.6em;
	font-weight: bold;
	}

.b-orange a, 
.b-orange a:visited {
	padding-top: 8px; 
	padding-right: 10px; 
	padding-bottom: 8px; 
	padding-left: 15px; 
	background: #ff9900; color: #191970;
	text-decoration: none;
	}

.b-orange a:hover {
	background: #191970; color: #fff;
	text-decoration: none;
	}

.b-orange a.selected, 
.b-orange a.selected:visited {
	background: #191970; color: #fff;
	}

.b-orange a.selected:hover {
	background: #191970; color: #fff;
	text-decoration: none;
	}
