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

.b-blue {
	line-height: 20px;
	font-size: 11px;
	font-weight: normal;
	width:848px;
	margin:0px auto;
	margin-bottom:10px;
	background:#B1B1B1 none repeat scroll 0 0;
	/*border: 2px solid #B1B1B1;*/
	}

.b-blue a, 
.b-blue a:visited {
	padding-top: 3px; 
	padding-right: 10px; 
	padding-bottom: 3px; 
	padding-left: 10px; 
	text-decoration: none;
	color:#6C6C6C;
	}

.b-blue a:hover {
	color: #00a33d;
	text-decoration: none;
	background: #fff;
	}

.b-blue a.selected, 
.b-blue a.selected:visited {
color: #00a33d;
background: #fff;
	}

.b-blue a.selected:hover {
	color: #00a33d;
	text-decoration: none;
	}

.footerLogo, a.footerLogo:hover 
	{
		background: url(/wp-content/themes/default/images/horse.jpg) center center no-repeat; 
	}
	