
 


  #menu_bar_bottom, #menu_bar_top {
		width:100%;
		background: black;
		opacity:0.85;
		filter:alpha(opacity=85)    ;
		height: 60px;
		position: fixed;
		margin:auto;
		z-index:100;
		background: #000 url('images/menubar-bg.png') left center repeat-x;
		text-align: center;

  }



	#menu_bar_bottom {
		bottom: 0px;
		margin-bottom: 20px;
		padding-top: 10px;
		vertical-align:bottom;
		padding-top: 10px;
	}




	#menu_bar_top {
		top: 0px;
		margin-top: 10px;
	}

  	#menu_bar_top:hover {
  		xopacity:1;
  		xfilter:alpha(opacity=100)    ;
  	}



	#textbar {
   		width: 998px;
		position: relative;
		xpadding-top: 14px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		margin: auto;
		margin-top: 20px;
		height: 50px;

	}

    #textbar a {
      font-weight: bold;
      font-size: 11pt;
      font-family: 'century gothic';
      text-decoration: none;
      padding: 10px;
      border-right: 1px solid #333;
      border-left: 1px solid #333;


      color: #000;
      text-shadow: #aaa 1px 1px 1px ;
    }

  		#textbar a:hover {
  			color: #ffffff;
  			text-shadow: #000 1px 1px 3px ;
  			xbackground: #000;
  			xtext-decoration: underline;
  		}
