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


#navbar{
  width: 140px;
}

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


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

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


#navbar ul a{
  display: block;
  padding: 3px 5px;
  width: 130px;
  text-decoration: none;
  color: #FFFFFF;
}

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

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


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

#navbar ul ul a{
  background-color: #906558;
}


#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 #current{
	background-color: #755247;
}


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

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







