DIV.menu {
	text-align: center;
	font: italic 32px garamond;
	margin-top: 35px;
}

DIV.menu DIV.item {
	background: url("img/bg_button.gif") no-repeat center center;
	text-align: center;
	margin: 2px 10px 2px 10px;
	width: 180px;
	height: 60px;
	z-index: 2;
	vertical-align: middle;
}
DIV.menu DIV.item#selected_item {
	background: url("img/bg_button2.gif") no-repeat center center;
}

DIV.menu DIV.sub {
	display: none;
}

DIV.menu A {
	text-decoration: none;
	font-weight: bold;
	color: black;
	vertical-align: middle;
	width: 180px;
	height: 57px;
	padding-top: 20px;
}

DIV.menu A.disabled {
	color: gray;
}

DIV.menu A:Hover {
	color: white;
}



