#breadcrumbBar {position: absolute; z-index: 3; top: 8px; left: 8px; height: 30px; line-height: 30px; width: auto; color: #444F51; overflow: visible; margin: 0px; padding: 0px; border-bottom: 1px solid #B8C2C3; border-bottom-width: expression('0px'); -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}#breadcrumbBar li {border-top: 1px solid #B8C2C3; background-repeat: repeat-x; list-style-type: none; float: left; padding: 0px; width: expression((document.body.clientWidth - 200) / 4);}#breadcrumbBar > li:first-child {border-left: 1px solid #B8C2C3; min-width: 150px;}#breadcrumbBar div.breadcrumbButton {height: 30px; display: block; background-color: #E9ECEC; background-image: url('../../../img/breadcrumb/bc_separator.png'); background-repeat: no-repeat; background-position: right; padding: 0px 30px 0px 4px; text-decoration: none; color: #454545; cursor: pointer; overflow: hidden;}#breadcrumbBar li:nth-child(4) div.breadcrumbButton {background-image: none;}#breadcrumbBar li div.endButton {background-image: none;}#breadcrumbBar div.breadcrumbButton:hover {color: #35acc5;}#breadcrumbBar div.breadcrumbIcon {float: left; background-repeat: no-repeat; width: 22px; min-width: 22px; height: 30px; margin-top: 4px;}#projectSelector div.breadcrumbIcon {background-image: url('../../../img/breadcrumb/project.gif');}#siteSelector div.breadcrumbIcon {background-image: url('../../../img/breadcrumb/site.gif');}#buildingSelector div.breadcrumbIcon {background-image: url('../../../img/breadcrumb/building.gif');}#floorSelector div.breadcrumbIcon {background-image: url('../../../img/breadcrumb/floor.gif');}div.breadcrumbButtonText {white-space: nowrap; padding-left: 30px;}#breadcrumbBar #breadcrumbEnd {border: 0; background-image: url('../../../img/breadcrumb/bc_end.png'); background-repeat: no-repeat; width: 7px; height: 30px; min-width: 7px; min-height: 30px; border-top: 1px solid white;}#breadcrumbBar li ul {display: none; list-style: none; z-index: 10; white-space: nowrap; position: relative; overflow-y: auto; overflow-x: hidden; margin-top: 0px; margin-right: 8px; margin-left: -40px; margin-left: expression('0px'); width: expression((document.body.clientWidth - 240) / 4); border-bottom-width: 0px;}#breadcrumbBar li ul.floorDropDown {margin-right: -10px;}#breadcrumbBar li ul.shown {display: block;}#breadcrumbBar li ul li {color: #444F51; float: none; background: #E9ECEC; padding: 0px 10px 0px 10px; border-width: 0px 1px 0px 1px; border-style: solid; border-color: #B8C2C3; cursor: pointer; overflow: hidden; margin: 0; width: expression(((document.body.clientWidth - 200) / 4)); padding-left: expression('20px');}#breadcrumbBar li ul li:last-child {border-bottom-width: 1px;}#breadcrumbBar li ul li:hover {background: #AAAAAA; color: white;}#breadcrumbBar li ul li.loaded {text-decoration: underline;}