/*

Brandbar
Feb 2009

*/

#brandbar {
	background: url('/_img/bb-strip.png') left top repeat-x;
	height: 27px;
	margin-bottom: 20px;
	position: relative;
	}

/*

Change negative margin to adjust
positioning of the brandbar

*/

#brandbar ul {
	list-style: none;
	padding: 0;
	position: absolute;
	margin: 0;
	margin-right: -435px;
	right: 50%;
	top: 0;
	}

#brandbar ul li {
	display: inline;
	float: left;
	margin: 0 5px;
	padding: 0;
	}

#brandbar ul li a {
	color: #171717;
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	height: 15px;
	line-height: 100%;
	margin-top: 12px;
	text-decoration: none;
	}

#brandbar ul li a:hover {
	text-decoration: underline;
	}

#brandbar ul li a.bb-dyninc {
	background: url('/_img/bb-dyninc.png') left top no-repeat;
	height: 27px;
	margin-top: 0;
	overflow: hidden;
	text-decoration: none;
	text-indent: -5000px;
	width: 219px;
	}