﻿#fixed_navigation_bg_small {
	position:absolute;
	background-color: #000000;
	text-align: center;
  opacity:.80; 
	filter: alpha(opacity=80); 
	z-order:999;
}

#fixed_navigation_bg {
	background: url('../images/fixed.gif') no-repeat top;
	position: absolute;
	text-align: center;
	z-order: 1000;
}

#fixed_navigation {
	position: absolute;
	z-order: 1001;
	padding-top: 10px;
	text-align: center;
}

#fixed_navigation {
	font-size: 1.0em;
}

#fixed_navigation {
	padding:auto;
	text-align:center;
}
#fixed_navigation BR {
}

#fixed_navigation IMG {
	width: 40px;
	height: 45px;
}

#fixed_navigation {
	text-align:center;
}

#fixed_navigation a:link, #fixed_navigation a:visited {
	color: #FFFFFF;
}
#fixed_navigation a:hover {
	color: #800000;
	font-weight: bold;
}

#fixed_navigation a{
	text-decoration:none;
}

#hideNavButton {
	font-weight: bold;
	color: #000000;
}

#showNavButton {
	font-weight: bold;
	color: #FFFFFF;
}