/* ======================================================*/
/* == The script was created by Kieran O'Hara of ========*/
/* == osawo.org and was last updated 31/08/13 ===========*/
/* == This code relates to: =============================*/
/* == Menu style BNavigation ============================*/
/* ======================================================*/
/* ======================================================*/


#Bnavigation {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	position: relative;	
	float: left; /*Needed for IE6 */
	z-index: 21;
	width: 101%;
}
.BnavOption {
	float: left;
	display: block;
	background: #322525 no-repeat top right;
	margin-right:3px;
	margin-left: 3px;
	font-size: 80%;	
	line-height: 25px;
	width: auto;
	padding-right:1px;
	text-align: center;
	margin-right: 1px;
	padding-right:5px;
	padding-left: 5px;
}

.BnavOption a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.BnavOption a:hover {
	color: red;
	text-decoration: none;
	font-weight: bold;
}