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

.b-orange {
	padding: 0;
	height: 28px;
	line-height: 24px;
	font-size: 12px;
	font-weight: bold;
	float: right;
	margin-top: 67px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: #FFFFFF;
	}

.b-orange a, 
.b-orange a:visited {
	float: left;
	padding-right: 1em;
	padding-left: 1em;
	line-height: 30px;
	height: 28px;
	color: white;
	border-right: 1px solid white;
	text-decoration: none;
	background-color: #FF8000;
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: bottom;
	}

.b-orange a:hover {
	color: white;
	text-decoration: under-line;
	background-color: #FF8000;
	}

.b-orange a.selected, 
.b-orange a.selected:visited {
	color: white;
	background-color: #FF6600;
	}

.b-orange a.selected:hover {
	background: ##FF6600; color: white;	
	text-decoration: under-line;
	}

.b-orange a.right, 
.b-orange a.right:visited {
	float: right;
	border-left: 1px solid white;
	border-right: none;
	}

