 UL {
  width: 200px;
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-family: Arial, sans-serif;
  font-size: 8pt
}
 UL LI  {
  position: relative
}
 LI UL {
  position: absolute;
  display: none;
  top: 0px;
  left: 182px;
border: 1px solid #000000;
background-color: white;
  z-index: 1
}
 LI A {
  display: block;
  width: 100%;
  padding: 2px;
  text-decoration: none;
  background:
   url(bullet.gif)
   right center
   no-repeat;
  color: #666;
  border: 1px solid #ccc;
  background-color: white;
  border-bottom: none
}
 LI UL LI A {
  background-image: none;
  z-index: 2
}
 LI A:hover {
  color: maroon;
  background-color: #f0f0f0
}
 LI:hover UL, LI.over UL { 
  display: block
}
 .brd {
  border-bottom: 1px solid #ccc
}
 a {
		padding:1px;
		text-decoration:none;
		color:gray;
		font-weight:normal;
		font-family:arial,tahoma,verdana,helvetica;
		font-size:8pt;	
	}
a:hover {
		border-color:gray;
		background-color:#bbb7c7;
		color:black;
		font-family:arial,tahoma,verdana,helvetica;
		font-size:8pt;		
	}

 .menu {
  width: 200px;
  padding: 2px;
  border: 1px solid black
}
 .menu A {
  width: 97%;
  padding: 2px;
  display: block;
  border: 1px solid white;
  text-decoration: none
}
 .menu A:hover {
  background: #DDDDDD;
  color: #800000;
  border: 1px solid #634f36
}
