body{
  behavior: url('csshover.htc');
}

#navbar{
  width: 141px;
}

#navbar ul{
  margin: 0px;
  padding: 0px;
  list-style: none;
  border-left: 1px solid #FFFFFF;
}

#navbar li{
  position: relative;
  border-bottom: 1px solid #FFFFFF;
}

html>body #navbar li{
  border: none;
}

#navbar #current {
	background: #333333;
}

#navbar ul a{
  display: block;
  padding: 3px 5px;
  width: 131px; /* subtract <a> left/right padding from final desired width (see #navbar width above) */
  text-decoration: none;
  color: #FFFFFF;
}

html>body #navbar ul a{
  border-bottom: 1px solid #FFFFFF; /* Set any borders for non-IE browsers here */
}

#navbar ul a:hover, #navbar ul a:active{
  background-color: #999999;
  color: #FFFFFF;
}

#navbar ul ul{
  position: absolute;
  top: 0px;
  left: 141px;
  display: none;
  background: #AFB7DD;
  border-left: 0px;
}

#navbar ul ul a{
  color: #C6CCE7;
  background-color: #6C77AE;
}

#navbar ul li:hover ul{
  display: block;
}

#navbar ul li:hover ul ul{
  display: none;
}

#navbar ul ul li:hover ul{
  display: block;
}

#navbar ul ul li:hover ul ul{
  display: none;
}


#navbar ul ul ul li:hover ul{
  display: block;
}

#navbar ul ul ul li:hover ul ul{
  display: none;
}







