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

.b-velvet-float {
	margin: 10px 20px 0px 20px;
	padding-top: 0px; 
	padding-right: 0px; 
	padding-bottom: 26px; 
	padding-left: 30px;
	line-height: 12px;
	background: #941A1E;
	font-size: 12px;
	font-weight: bold;
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px; 
	}

.b-velvet-float a, 
.b-velvet-float a:visited {
	
	float: left;
	
	padding-top: 7px; 
	padding-right: 13px; 
	padding-bottom: 9px; 
	padding-left: 13px; 
	color: white;
	text-decoration: none;
	
	}

.b-velvet-float a:hover {
	background: white; color: #147;
	text-decoration: underline;
	}

.b-velvet-float a.selected, 
.b-velvet-float a.selected:visited {
	background: white; color: #147;
	}

.b-velvet-float a.selected:hover {
	background: white; color: #147;
	text-decoration: underline;
	}

.b-velvet-float a.right, 
.b-velvet-float a.right:visited {
	float: right;
	background: white; color: #147;
	text-decoration: underline;
	}

