.featured-bar {
	width: 100%;
	height: 50px;
	background: #292929;
	position: fixed;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 10000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.featured-bar li {
	float: left;

	border-right: 1px solid #161616;
	border-left: 1px solid #434343;
	height: 32px;
	list-style: none;
	padding-top: 10px;
	padding-bottom:  8px;
	margin-bottom: 0;
	position: relative;
}

.featured-bar li.right {
	float: right;
}

.featured-bar li img {
	padding-right: 10px;
	border: none;
	vertical-align: middle;
}

.featured-bar li a {
	text-decoration: none;
	color: white;
	height: 100%;
	padding: 0 25px;
	padding-bottom: 20px;
	line-height: 28px;
}

.featured-bar li:first-child {
	border-left: none;
}

.featured-bar li:last-child {
	border-right: none;
}


.featured-bar li ul {
	display: none;
}

.featured-bar li:hover ul {
	display: block;
	width: 100%;
	position: absolute;
	margin: 0;
	padding: 0;
	left: 0;
}

.featured-bar li ul li {
	clear: both;
	height: 32px;
	float: none;
	padding: 0;
	border-bottom: 1px solid #161616;
	border-top: 1px solid #434343;
}

.featured-bar li ul li a {
	display: block;
	float: none;
	width: 100%;
	padding: 0 25px 0 10px;
}

.featured-bar li ul li:last-child {
	border-bottom: none;
}

.openButton {
	width : 23px;
	height : 14px;
	position : fixed;
	right : 0;
	cursor : pointer;
	padding : 0 5px 5px 0;
	zIndex : 20000
}
