@charset "utf-8";
/* CSS Document */

.bnavbar {
	margin:0 auto; 	width:678px; height:25px;
	background-image: url(images/bkgBnavbar.jpg) ; background-repeat:repeat;
}


.bnavlinks {
	padding-top:2px;
	margin-top:3px;
	margin-left:-10px;
	text-align:center;
}

.bnavlinks li {
	display:inline;
	color:#000000;
	padding: 1px 10px 2px 10px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:12px;
	font-weight:300;
	
	
}

.bnavlinks li:hover {
	border-style:outset;
	border-right-width:2px;
	border--color:#4D4E7A;
	border-bottom-style:outset;
	border-bottom-width:1.5px;
	
}