#navbar {
  text-align: center;
  font-family: 'Trebuchet MS', 'Lucida Grande',
  Verdana, Lucida, Geneva, Helvetica,Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  width: 100%;
  height: 72px;
  margin-top: 7px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  padding-top: 23px;
  padding-bottom: 3px;
  z-index: 200;
  color: #67aef8;
}

#navbar.bg{
  height: 72px;
  background-image: url(../images/ID.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 23px;
  padding-bottom: 3px;
  margin-top: 7px;
  left: 0;
  z-index: 120;
  position: fixed;
}

#navbar.bg1{
  height: 72px;
  background-image: url(../images/ID-contact.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 23px;
  padding-bottom: 3px;
  margin-top: 7px;
  left: 0;
  z-index: 120;
  position: fixed;
}

#navbar.jalbum{
  height: 42px;
  background-color: #111;/*#9d7f50;*/
  margin-top: 0px;
  top: 0;
  border-bottom: 9px double #333;
  border-top: 5px solid #333;
  padding-top: 3px;
  padding-bottom: 3px;
  left: 0;
  z-index: 120;
}

#navbar ul {
  list-style: none;
  padding: 0;
  border: none;
  z-index: 200;
}
		
#navbar li {
  margin: 0;
  display: inline;
  z-index: 200;
}
#navbar li a {
  display: block;
  padding: 0px .5em 0px .5em;
  margin-top:2px;
  margin-bottom:2px;
  color: #8de1f3;
  text-decoration: none;
  display: inline;
}

html>body #navbar li a { /*IE*/
  width: auto;
  display: inline;
}

#navbar li.here a {
  border-top: 2px solid #f4c41f;/*#09c2e3;*/
  border-bottom: 2px solid #f4c41f;
  text-decoration: none;
/*  background-color: #444; */
  color: #8de1f3;
  display: inline;
}
#navbar li a:hover { 
  border-top: 2px solid #f4c41f;
  border-bottom: 2px solid #f4c41f;
  color: #f4c41f;
  display: inline;
  background-color: transparent;
}


