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

.b-tourettes {
	margin: 0px 10px 0px 10px;
	padding: 0;
	height: 0px;
	color:# FF0;
	line-height: 0px;
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	float:center;
	}

.b-tourettes a, 
.b-tourettes a:visited {
	float: left;
	padding-right: 1em; 
	padding-left: 1em; 
	line-height: 5px;

	color: #F00;	
	border-right: 1px solid white;
	text-decoration: none;
	}

.b-tourettes a:hover {
 color: #F00;	
	text-decoration: none;
	}

.b-tourettes a.selected, 
.b-tourettes a.selected:visited {
 color: white;	
	}

.b-tourettes a.selected:hover {
 color: #F00;	
	text-decoration: none;
	}

.b-tourettes a.right, 
.b-tourettes a.right:visited {
	float: right;
	border-left: 1px solid white;
	border-right: none;
	}
