DIV.units {
	background-image: url("images/button.png");
	background-repeat: no-repeat;
	float: left;
	width: 111px;
	height: 40px;
	margin: 0px 10px 0px 0px;
	padding: 8px 0px 0px 0px;
	text-align: center;
}

DIV.hover {
	background-image: url("images/button_hover.png");
	background-repeat: no-repeat;
	float: left;
	width: 111px;
	height: 40px;
	margin: 0px 10px 0px 0px;
	padding: 8px 0px 0px 0px;
	text-align: center;
	color: #C0C0C0;
}

#unitWrapper {
	margin: 20px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}

DIV.units:hover {
	background-image: url("images/button_hover.png");
	background-repeat: no-repeat;
	float: left;
	width: 111px;
	height: 40px;
	margin: 0px 10px 0px 0px;
	padding: 8px 0px 0px 0px;
	text-align: center;
	color: #C0C0C0;
}

