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

.b-orange {
	margin: 0px 50px 0px 50px;
	padding-top: 0px; 
	padding-right: 0px; 
	padding-bottom: 0px; 
	padding-left: 30px;
	line-height: 20px;
	background: #4180B6;
	font-size: 12px;
	font-weight: bold;
	}

.b-orange a, 
.b-orange a:visited {
	padding-top: 3px; 
	padding-right: 10px; 
	padding-bottom: 3px; 
	padding-left: 10px; 
	background: #69AEE7; color: white;
	text-decoration: none;
	}

.b-orange a:hover {
	background: white; color: #69AEE7;
	text-decoration: none;
	}

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

.b-orange a.selected:hover {
	background: white; color: #69AEE7;
	text-decoration: none;
	}
