/* TOP BAR */
div#top_bar{
	height: 20px;
	background-color: #132036;
	border-bottom: 1px solid;
	border-bottom-color: #8dabe3;
	text-align: center;
	}
div#top_bar_container{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	text-align: left;
	}
div#top_bar_menu{
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
div#top_bar_menu a{
/*	color: #8dabe3;  */
	color: #b3c7e3;
	text-decoration: none;
	font-size: 70%;
	}
div#top_bar_menu a:hover{
	color: #fff;
	}
div#top_bar_menu .top_bar_divider{
/*	color: #274883; */
	color: #b3c7e3;
	font-size: 60%;
	padding: 0 0 0 5px;
	}
div#top_bar_menu a img{
	margin-top:2px;
	}