@charset "utf-8";
/* CSS Document */

div#top_navigation_bar {
	background-color: #234972;
	height:50px;
	/* for IE */
  	filter:alpha(opacity=80);
  	/* CSS3 standard */
  	opacity:0.8;
	margin-bottom:25px;
	text-align:center;
	position:relative;
	z-index:10;
}

	ul.dropdown ul {
		padding-top:17px;
		/* for IE */
  		filter:100;
  		/* CSS3 standard */
  		opacity:1;
	}
