ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #FFFFFF;
}
ul li {
	position: relative;
	float: left;
	width: 140px;
	color: #FFFFFF;
}
/*px below is depth of top box on drop down if too much mouse wont move over buttons*/
li ul {
	position: absolute;
	top: 28px;
	display: none;
	color: #FFFFFF;
}
/*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: 23px;
	color: #FFFFFF;
	padding: 3px;
	margin: 1px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/button-2.png);
	font-weight: bold;
	text-align: center;
}

ul li a:hover {
	font-weight: bold;
	font-size: 12px;
	background-image: url(images/buttons-1.png);
	color: #0000FF;
	text-align: center;
	text-decoration: none;
}

li:hover ul {
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #0000FF;
}
li.over ul {
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #0000FF;
