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

.b-red {
	margin: 10px 10px 0px 10px;
	padding-left: 5px;
	height: 27px;	
	line-height: 27px;
	background: none;
	font-size: 12px;
	font-weight: bold;
	}

.b-red a, 
.b-red a:visited {
	float: left;
	padding-right: 1em; 
	padding-left: 1em;
	margin-left: 1em; 
	line-height: 27px;
	background: #AA1111;
	color: white;	
	border-right: 0px solid white;
	text-decoration: none;
	-moz-border-radius: 5px;
        -webkit-border-radius: 5px;
	}

.b-red a:hover {
	background: #E42217; color: white;	
	text-decoration: none;
	}

.b-red a.selected, 
.b-red a.selected:visited {
	background: #E42217; color: white;	
	}

.b-red a.selected:hover {
	background: #E42217; color: white;	
	text-decoration: none;
	}

.b-red a.right, 
.b-red a.right:visited {
	float: right;
	border-left: none;
	border-right: none;
	background:none;
	color: #AA1111;
	
	}
	
	
	/***
	RIGHT
	**/
	
.b-right {
	margin: 0px 0px 0px 0px;
	padding-left: 5px;
	height: 27px;	
	line-height: 27px;
	background: none;
	font-size: 12px;
	font-weight: bold;
	}

.b-right a, 
.b-right a:visited {
	float: right;
	padding-right: 1em; 
	padding-left: 1em;
	margin-left: 1em; 
	line-height: 27px;
	background: none;
	color: #AA1111;	
	border-right: 0px solid white;
	text-decoration: none;
	}

.b-right a:hover {
	background: none; color: #AA1111;	
	text-decoration: none;
	}

.b-right a.selected, 
.b-right a.selected:visited {
	background: none; color: #AA1111;	
	}

.b-right a.selected:hover {
	background: none; color: #AA1111;	
	text-decoration: underline;

	
	