ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
	position: relative;
	float: left;
	width: 140px;
}
/*px below is depth of top box on drop down*/
li ul {
  position: absolute;
  top: 25px;
  display: none;
}
ul li a {
	display: block;
	text-decoration: none;
	line-height: 20px;
	color: #999999;
	padding: 3px;


#  margin: 1px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(but-bg.jpg);
	font-weight: normal;
	text-align: center;
}

ul li a:hover {
	font-weight: normal;
	font-size: 11px;
	background-image: url(but-bg-u.jpg);
	color: #666666;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
li:hover ul, li.over ul {
	display: block;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
