#submenuBG {
	background-image:url(../images/submenu_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
	
.submenu {
	height: 76px;
	width: 155px;
	margin-bottom:6px;
	}
.menu_home {
	width: 300px;
	margin-bottom:6px;
	height: 190px;

	}
.menu {
	cursor: pointer;
	position: absolute;
	width: 220px;
}
.menu td.first {
}
.menu td {
	cursor: pointer;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: normal;
	color: #ffffff;
}
.menu td.over {
	color: #ffbe00;
}


