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

/**TOP BAR**/
#top_bar {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:21px;
	background-color:#000000;
	background-image: url('../images/top_bar_bkg.gif');
	z-index:1000;
	text-align:center;
}
#top_bar ul {
	width:650px;
	margin:0px auto;
	font-size: 12px;
}
#top_bar li {
	float:left;
	color:#FBB900;
	font-weight: bold;
	line-height:19px;
	margin-left:10px;
	list-style: none;
	text-transform: uppercase;
}
#top_bar li a {
	color:#D1D1D1;
	font-size:9px;
}
#top_bar li a:hover {
	color:#FBB900;
}
