li:hover, #breadcrumbs li:hover { color: orange; border-color: orange; }

#breadcrumbs { list-style: none; }
#breadcrumbs li { float: left;
                  border: thin solid #333; -moz-border-radius: 2px 14px 14px 2px;
                  padding: 2px 10px 2px 17px;
                  margin-left: -10px;
}
#breadcrumbs:after { clear: both; content: ''; display: block; }

h1 { display: none; }
applet { visibility: hidden; height: 0; }

[type='directory'] { list-style-image: url('http://labs.abeautifulsite.net/archived/jquery-fileTree/demo/images/directory.png'); }
[type='file'] { list-style-image: url('http://labs.abeautifulsite.net/archived/jquery-fileTree/demo/images/file.png'); }

[presence='unavailable'] { display: none; }
[presence='available'] { color: green; }
[presence='away'] { color: orange; }
[presence='dnd'] { color: red; }

