ul#menu_bar {  
  width: 800px;  
  border-top-style: double;  
  border-right-style: none;  
  border-bottom-style: double;  
  border-left-style: none;  
  border-top-width: 1px;  
  border-right-width: 1px;  
  border-bottom-width: 1px;  
  border-left-width: 1px;  
  border-top-color: black;  
  border-right-color: black;  
  border-bottom-color: black;  
  border-left-color: black;
  font-family: Arial, Helvetica, sans-serif;
}

ul.menu a {  
  display: block;  
  text-decoration: none;  
  color: black;  
}

ul.menu, ul.menu li, ul.menu ul {  
  list-style-type: none;  
  list-style-position: outside;  
  list-style-image: none;  
  margin-top: 0px;  
  margin-right: 0px;  
  margin-bottom: 0px;  
  margin-left: 0px;  
  padding-top: 0px;  
  padding-right: 0px;  
  padding-bottom: 0px;  
  padding-left: 0px;  
  border-top-width: 1px;  
  border-right-width: 1px;  
  border-bottom-width: 1px;  
  border-left-width: 1px;  
  border-top-style: none;  
  border-right-style: none;  
  border-bottom-style: none;  
  border-left-style: none;  
  border-top-color: black;  
  border-right-color: black;  
  border-bottom-color: black;  
  border-left-color: black;  
  background-color: #995663;
}

ul.menu li.hover, ul.menu li:hover {  
  position: relative;  
  z-index: 599;  
  cursor: default;  
  background-color: #6a5699;
}

ul.menu {  
  position: relative;  
  z-index: 597;  
  float: left;
}

ul.menu li {  
  float: left;  
  vertical-align: middle;  
  padding-top: 5px;  
  padding-right: 10px;  
  padding-bottom: 5px;  
  padding-left: 10px;  
  border-right-style: solid;
}

ul.menu ul {  
  visibility: hidden;  
  position: absolute;  
  top: 100%;  
  left: 0px;  
  z-index: 598;  
  width: 195px;  
  border-top-width: 1px;  
  border-top-style: solid;  
  border-top-color: black;  
  border-bottom-width: 1px;  
  border-bottom-style: solid;  
  border-bottom-color: black;  
  border-left-width: 1px;  
  border-left-style: solid;  
  border-left-color: black;
}

ul.menu ul li {  
  float: none;
}

ul.menu li:hover > ul {  
  visibility: visible;
}

ul.menu li:hover > a {  
  color: white;
}

ul.menu ul li:hover a {  
  color: white;
}

