body {
	background-color: #6D767F;

}
.menu {

/*	border: 1px solid #C2C2C2; */
}
.menu a {
	display: table;
	width: 159px;
	height: 25px;
/*	padding-left: 35px;  */
	line-height: 25px;
	background-image: url("../imagini/menu_off.gif");
	background-color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.menu a:hover {
	display: table;
	width: 159px;
	height: 25px;
	line-height: 25px;
	background-image: url("../imagini/menu_on.gif");
	background-color: #000000;
}