

#footpanel {
	position: fixed;
	/* bottom: 3; left: 70%; */
	bottom: 5; right: 3;
	z-index: 9999; /*--Keeps the panel on top of all other elements--*/
/*	background: #e3e2e2; */
	background:#787273 url(/menu/bg-new1.png) repeat-x top left;
	border: 1px solid #c3c3c3;
/*	border-bottom: none; */
	width: 170px; 
	margin: 0 3%;
	filter:alpha(opacity=85);
	opacity:.85;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; /*--IE 8 Transparency--*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
}
*html #footpanel { /*--IE6 Hack - Fixed Positioning to the Bottom--*/
	margin-top: -1px; /*--Prevents IE6 from having an infinity scroll bar - due to 1px border on #footpanel--*/
	position: absolute;
	top:expression(eval(document.compatMode &&document.compatMode=='CSS1Compat') ?documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
}
#footpanel ul {
	padding: 0; margin: 0;
	float: right;
	width: 100%;
	list-style: none;
	border-top: 1px solid #fff; /*--Gives the bevel feel on the panel--*/
	border-bottom: 1px solid #fff;
	font-size: 1.1em;
}
#footpanel ul li{
	padding: 3px; margin: 0px;
	float: right;
	position: relative;
}

#footpanel ul li a{
	padding: 3px;
	float: right;
	text-indent: -9999px; 
	height: 16px; width: 16px;
	text-decoration: none;
	color: #333;
	position: relative;
}


#footpanel a.home{
	width: 35px;
	padding-left: 10px;
	border-right: 1px solid #bbb;
	text-indent: 0; /*--Reset text indent since there will be a combination of both text and image--*/
}

#footpanel a.right{
	width: 35px;
	padding-left: 10px;
	/* border-right: 1px solid #bbb; */
	text-indent: 0; /*--Reset text indent since there will be a combination of both text and image--*/
}

