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

/* ^^^^^^^^ BELOW IS THE CSS FOR THE TOP NAV MENU ^^^^^^^^^^ */
	#bbr-topnav
	{
	position:relative;
	display:block;
	height:39px;
	letter-spacing: .1em;
	font-size:11px;
	font-weight:bold;
	background:transparent url(../images/buttons/bgOFF.gif) repeat-x top left;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	border-top:4px solid #62921c;
	}
	
	#bbr-topnav ul
	{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	}
	
	#bbr-topnav ul li
	{
	display:block;
	float:left;
	margin:0;
	}
	
	#bbr-topnav ul li a
	{
	display:block;
	float:left;
	color:#666;
	text-decoration:none;
	padding:11px 15px 0 15px;
	height:23px;
	background:transparent url(../images/buttons/bgDIVIDER.gif) no-repeat top right;
	}
	
	#bbr-topnav ul li a:hover,#bbr-topnav ul li a.current
	{
	color:#B30000;
	background:#fff url(../images/buttons/bgON.gif) no-repeat top right;
	}
	
.bbr-top-nav-logo
{
float:right;
}

.bbr-span-headline
	{
	margin:0;
	list-style-type:none;
	font-size: 12px;
	display:block;
	float:left;
	color:#666;
	text-decoration:none;
	padding:11px 20px 0 20px;
	height:23px;
	background:transparent url(../images/buttons/bgDIVIDER.gif) no-repeat top right;
	}
/* ^^^^^^^^ ABOVE IS THE CSS FOR THE TOP NAV MENU ^^^^^^^^^^ */

.bbr-template-top-toolbar-table
{
width: 100%;
background-image: url(../images/buttons/bgOFF.gif);
border-top-style: solid;
border-top-color: #62921c;
border-top-width: 6px;
border-bottom-style: none;
border-left-style: none;
border-right-style: none;
}

	#bbr-topnav-div
	{
	float: left;
	position:relative;
	display:block;
	height:39px;
	letter-spacing: .1em;
	font-size:11px;
	font-weight:bold;
	background:transparent url(../images/buttons/bgOFF.gif) repeat-x top left;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	}
	
	#bbr-topnav-div2
	{
	display:block;
	float:left;
	color:#666;
	text-decoration:none;
	padding:11px 15px 0 15px;
	height:23px;
	background:transparent url(../images/buttons/bgDIVIDER.gif) no-repeat top right;
	}	
	
	#bbr-topnav-div a
	{
	display:block;
	float:left;
	color:#415c7c;
	text-decoration:none;
	padding:11px 15px 0 15px;
	height:23px;
	background:transparent url(../images/buttons/bgDIVIDER.gif) no-repeat top right;
	}
	
	#bbr-topnav-div a:hover,#bbr-topnav-div a.current
	{
	color:#62921c;
	background:#fff url(../images/buttons/bgON.gif) no-repeat top right;
	}