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

.b-blue {
	position: relative;
	list-style-type: none;
	width: 100%;
	height: 27px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0 0 0;
	}

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

.b-blue a:hover {
	background: none; 
	color: white;
	text-decoration: none;
	}

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

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