@import "ie.css";

.breadcrumbHolder{width:100%;height:auto;background:#F0F0F0;padding:0;}
#breadcrumbNavigation{
	background:#F0F0F0;
	white-space:nowrap;
	list-style:none inside none;
	height:auto;
/*	margin:0 0 -2px 3px;*/
	margin:0;
	padding:4px 4px;
	width:100%;
}
.breadcrumbNavigation{
	font-size:.6em;}

/*hacks for moz and saf*/
html>body #breadcrumbNavigation{margin:0 0 -1px 3px;}
\head+body #breadcrumbNavigation{margin:0 0 -1px 3px;}

#breadcrumbNavigation li{display:inline;line-height:.9em;border:1px solid #F0F0F0;}
/*the current tab*/
#breadcrumbNavigation .selectedCrumb a,#breadcrumbNavigation .selectedCrumb a:link,#breadcrumbNavigation .selectedCrumb a:visited,
	#breadcrumbNavigation .selectedCrumb a:hover{
	cursor: text;
	padding:3px 5px 5px 5px;}
/*various hacks for this and that browser*/
html>body #breadcrumbNavigation .selectedCrumb a,html>body #breadcrumbNavigation .selectedCrumb a:link,html>body #breadcrumbNavigation .selectedCrumb a:visited{padding:4px 5px 5px 5px;	margin:0 0 -1px 3px;}
\head+body #breadcrumbNavigation .selectedCrumb a,\head+body #breadcrumbNavigation .selectedCrumb a:link,\head+body #breadcrumbNavigation .selectedCrumb a:visited,\head+body #breadcrumbNavigation .selectedCrumb a:hover{padding:3px 5px 4px 5px;	margin:0 0 -1px 3px;}
/*the link inside the tab*/
#breadcrumbNavigation a,#breadcrumbNavigation a:link,#breadcrumbNavigation a:visited{
	height:.8em;
	margin:0;
	padding:2px 6px;
/*	font-size: 8pt;*/
	text-decoration:none;}
/*various hacks for this and that browser*/
html #breadcrumbNavigation a/* */,html #breadcrumbNavigation a:link/* */,html #breadcrumbNavigation a:visited/* */{border-bottom:none;height:auto;margin:0}
html>body #breadcrumbNavigation a,html>body #breadcrumbNavigation a:link,html>body #breadcrumbNavigation a:visited{border-bottom:none;padding:4px 6px 4px 6px}
\head+body #breadcrumbNavigation a,\head+body #breadcrumbNavigation a:link,\head+body #breadcrumbNavigation a:visited{padding:3px 6px 3px 6px}
/*the hover for the breadcreumbs*/
#breadcrumbNavigation a:hover{color:#000000;
	}

#footerInfo img {
	margin-left: 5em;
	margin-top: 1em;
}