.bar {
	position: relative;
	background: url(images/fixbar.gif) repeat-x bottom;
	left: -16px;
	height: 28px;
	width: 104%;
}

/*********** BarNav styles ***********/

.barnav	{
	position:relative;
	font-family: arial, helvetica, sans-serif;
	background-image: url("images/downbar.gif");
	background-repeat: no-repeat;
	white-space: nowrap;
	width: 140px;
	height: 28px;
	float: left; 
}
.barnav a {
	display: block;
	color: #FFFFFF;
	font-size: 11px;
	width: 140px;
	height: 28px;
	float: left;
	text-decoration: none;
	font-weight:normal			}
.barnav img {width: 140px; height: 28px; border: 0; }
* html a:hover {visibility:visible}
.barnav a:hover img{visibility:hidden}

.barnav span {
	position: relative;
	float: left;
	top: -15px;
	margin: 0px;
	padding: 0px;
	cursor: default;
	width: 140px;
	height: 11px;
	text-align: center;
	cursor: pointer;
	}

.barnav a:hover span {
	top: -21px;
}
