/* 

	WordPress Menubar Plugin

	b-blue.css stylesheet for the Basic template

*/



.b-blue {

	margin: -2px 0px 0px 0px;

	padding: 0px; 

	line-height: 20px;

	background-color: #99CCCC;

	font-size: 12px;

	font-weight:normal;

	}



.b-blue a, 

.b-blue a:visited {

	display:inline;

	font-weight:normal;

	padding-top: 3px; 

	padding-right: 10px; 

	padding-bottom: 3px; 

	padding-left: 10px; 

	color: #000000;

	text-decoration:underline;

	}



.b-blue a:hover {

	color: #000000;

	text-decoration: none;

	font-weight:normal;

	}



.b-blue a.selected, 

.b-blue a.selected:visited {

	color: #000000;

	}



.b-blue a.selected:hover {

	color: #000000;

	text-decoration: none;

		font-weight:normal;



	}


