.menu {
	cursor: pointer;
	position: absolute;
	width: 180px;
	border-top: 0px solid #ece9d8;
}
.menu td.first {
	border-top: 1px solid #CCCCCC;
}
.menu td {
	cursor: pointer;
	font-family: Verdana;
	font-size: 10px;
	line-height: 12px;
	border: 1px solid #CCCCCC;
	border-top-width: 0px;
	background-color: #336C9F;
	color: #ffffff;
	padding: 3px;
}
.menu td.over {
	background-color: #8C8F0E;
}
.menu_contact {
	width: 150px;
}
.menu_services {
	width: 230px;
}