@charset "utf-8";
div.menu {
	float:left;
	display:block;
	height:21px;
	width:141px;
}
div.menu a {
	display:block;
	height:21px;
	width:141px;
	background:url(but_normal.gif) no-repeat top right;
	line-height:21px;
	text-align:left;
	color: #7f7f7f;
	text-decoration:none;
}
div.menu a:hover {
	background:url(but_hovered.gif) no-repeat bottom right;
	color: #ff9000;
}
div.menu a#active {
	background:url(but_hovered.gif) no-repeat bottom right;
	color: #ff9000;
}

