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

.b-46-main-sub {
	
	padding-top: 0px; 
	padding-right: 0; 
	padding-bottom: 0px; 
	padding-left: 110px;
	line-height: 34px;
	background: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px dotted #191970;
	width: 790px;
	}

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

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

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

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