/* content-bar-one */
#content-bar {
	background: none repeat scroll 0% 0% rgba(100,100,100, .9);
	color: #444;
	font: 11px verdana;
	height: 17px;
	letter-spacing: 1px;
	margin-left: -55px;
	padding: 4px 10px 5px;
	position: fixed;
	top: 33px;
	width: 700px;
	z-index: 3;
	}

#content-bar.alt-color {
	background: none repeat scroll 0% 0% rgba(133, 133, 133, .9);
	}

	#content-bar a:link {text-decoration: none; color: #222; }
	#content-bar a:visited {text-decoration: none; color: #222; }
	#content-bar a:hover {text-decoration: none; color: #0f0; }
	#content-bar a:active {text-decoration: none; color: #222; }
/* content-bar-one */