.sidebar-nav > li.active > a,
.sidebar-nav > li.active > a:hover,
.sidebar-nav > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
}

.logo {
    height: 130px;
    background-image: url('images/Header.jpg');
    background-repeat: no-repeat;
    background-position: center center;
	overflow:hidden;
}

.logo h1 {
		text-align:center;
		font-size: 36px;
}

.logo .logo-text {
	text-align:center;		
	font-size: 20px;

}

.footer {
    height: 60px;
	left:250px;
}

.footer .text-muted {
   margin: 20px;
}

#menu ul {
	display:none;	
}

html,
body {
  height: 100%;
  min-height: 100%;
}

.navbar {
	min-height:0px;	
}

.nav>li>a {
    padding: 6px 15px;	
}

.collapse {
	display:none;
}
	

