body {
	background: #43546e;
}

.navbar-wrapper {
	background: #2D69B3 url(images/topbar_bg.png) no-repeat;
}

.sidebar-nav > ul > li > a {
  border-bottom: 1px solid rgba(255,255,255,.15);
  background: #3d4f63;  
}
.sidebar-nav > ul > li > a:hover {
  background: #3d4f63;  
}
.sidebar-nav > ul > li.active > a {
  background: #3d4f63;
}

.sidebar ul li a.active {
  border-left: 3px solid #ffd600;
  background: rgba(255,255,255,.2);
}

.nav-second-level {
	background: #43546e;
}
.nav-second-level li a {
 border-left: 3px solid #43546e; 
}
.nav-second-level li a:hover {
  border-left: 3px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.2);
}