ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul li {
	position: relative;
	float: left;
	width: 120px;
}
/*px below is depth of top box on drop down if too much mouse wont move over buttons*/
li ul {
	position: absolute;
	top: 26px;
	display: none;
}
/*px below is depth where the 2nd box starts under the top box on drop down*/
ul li a {
	display: block;
	text-decoration: none;
	line-height: 24px;
	color: #333333;
	padding: 3px;
#  margin: 4px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/but-u.png);
	font-weight: bold;
	text-align: center;
	vertical-align: 10%;
	background-position: top;
}

ul li a:hover {
	font-weight: bold;
	font-size: 12px;
	background-image: url(images/but-d.png);
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}
li:hover ul {
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #333333;
}

li.over ul {
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #333333;
}

