diff --git a/web/templates/header.html b/web/templates/header.html
index 85ca8656..47a23a71 100644
--- a/web/templates/header.html
+++ b/web/templates/header.html
@@ -124,6 +124,7 @@
}
.nav-selected-block:hover {
+ height:103px;
border-bottom: 4px solid #f79b44;
}
@@ -702,6 +703,37 @@
width: 996px;
}
+ .nav-block {
+ margin: 0 0px 0 0;
+ height:105px;
+ width: 118px;
+ float:left;
+ cursor: pointer;
+ border-bottom: 2px solid #d6d6d6;
+ }
+
+ .nav-block:hover {
+ height:105px;
+ border-bottom: 4px solid #f79b44;
+ }
+
+ .nav-selected-block {
+ margin: 0;
+ color: #174f82;
+ height: 105px;
+ width: 118px;
+ float: left;
+ background: #fff;
+ border-bottom: 4px solid #777;
+ cursor: pointer;
+ }
+
+ .nav-selected-block:hover {
+ height:105px;
+ border-bottom: 4px solid #f79b44;
+ }
+
+