/* 
	WordPress Menubar Plugin
	b-blue.css stylesheet for the Basic template
*/

.b-akupunktur {
	margin: 0;
	padding: 0;
/*	line-height: 20px;*/
	font-size: 0.9em;
	font-weight: bold;
	}

.b-akupunktur a, 
.b-akupunktur a:visited {
	padding: 5px 10px;
	color: white;
	text-decoration: none;
	}

.b-akupunktur a:hover {
	background: #e6e6e6; color: #891e28;
	text-decoration: none;
	}

.b-akupunktur a.selected, 
.b-akupunktur a.selected:visited {
/*	background: white; color: #4180B6;*/
/* #414040; */
	}

.b-akupunktur a.selected:hover {
/*	background: white; color: #69AEE7;*/
	text-decoration: none;
	}
