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

.b-transparent {
	padding: 0;
	height: 37px;
	line-height: 37px;
	font-size: 18px;
	margin: 0px;
	}
.b-transparent a, 
.b-transparent a:visited {
	float: left;
	color:#999999;
	text-decoration: none;
	padding-right:20px;
	}
.b-transparent a:hover {
	color: #CCCCCC;
	text-decoration: none;
	}
.b-transparent a.selected, 
.b-transparent a.selected:visited {
	color: #999999;
	}
.b-transparent a.selected:hover {
	color: #999999;
	text-decoration: none;
	}
.b-transparent a.right, 
.b-transparent a.right:visited {
	float: right;
	border-right: none;
	}
