 img, div { behavior: url(/js/iepngfix.htc) }


.dojoHtmlFisheyeListBar {
	margin: 0 auto;
	text-align: center;
	z-index:2;
}

.outerbar {
	z-index:2;
	background-image: url(/navibar/images/bg2.png);
	text-align: center;
	left: 0px;
	top: 0px;
	width: 100%;
	height:70px;
	position:fixed;
}

#closed{
	position:fixed;
	top:10px;
	left:10px;
	color:white;
	z-index:3;
	display:none;
	bor
}

#open{
	position:fixed;
	top:10px;
	left:10px;
	color:white;
	z-index:3;
}
	
#outerbarblanc{
	z-index:1;
	left: 0px;
	top: 0px;
	width: 100%;
	height:45px;
	position:relative;
}
#bg{
	background-image: url(/navibar/images/bg1.png);
	z-index:2;
	top:0px;
	left:0px;
	position:fixed;
	width:70px;
	height:70px;
}	
#description{
	display: none;
	color: white;
	font-weight: bold;
	text-shadow: 2px 2px 4px #323232;
	top:10px;
	right:10px;
	height:30px;
	position:fixed;
	z-index: 3;
	width: auto;
	border-color: white;
	border-width: 1px;
	font-family:"Lucida Grande";
	font-size: 12pt;
  	padding-left:12px;
    padding-right:12px;
    padding-top: 10px;
	border-style:solid;
	background-image: url(/navibar/images/blur.png);
}

#downbar{
	background-repeat: repeat-x;
	position: fixed;
	width: 100%;
	bottom: 0px;
	height: 20px;
	background-image: url(/navibar/images/bg3.png);
	z-index: 3;
}