Added Breadcrumbs module

Change-Id: Iba897409f728ffa7e58681788c63e3c251cd8358
diff --git a/web/gui/src/main/webapp/app/view/topo2/topo2.css b/web/gui/src/main/webapp/app/view/topo2/topo2.css
index 6ec4f02..160525c 100644
--- a/web/gui/src/main/webapp/app/view/topo2/topo2.css
+++ b/web/gui/src/main/webapp/app/view/topo2/topo2.css
@@ -50,3 +50,19 @@
     text-decoration: underline;
     cursor: pointer;
 }
+
+#breadcrumbs {
+    position: absolute;
+    padding: 10px 30px;
+    top: 54px;
+    width: 100%;
+}
+
+#breadcrumbs .breadcrumb {
+    display: inline-block;
+    margin-right: 20px;
+}
+
+.floatpanel {
+    top: 104px;
+}