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

.b-orange-sub {
	
	padding-top: 0px; 
	padding-right: 30px; 
	padding-bottom: 0px; 
	padding-left: 25px;
	line-height: 34px;
	background: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
	border-bottom: 1px dashed #ff9900;
	width: 845px;
	}

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

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

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

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