/* CSS Document */

div#petals {
	margin: 15px 67px 0;
	width: 440px;
	height: 417px;
	overflow: hidden;
	position: relative;
	background-image: url(../webimage/4petal.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
div#petals ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#petals li {
	position: absolute;
	display: block;
	background-image: url(../webimage/4petal.jpg);
	background-repeat: no-repeat;	
}
div#petals li a {
	display: block;
}
div#petals li a:hover {
	background-image: url(../webimage/4petal.jpg);
	background-repeat: no-repeat;	
}
body#chinese div#petals, body#chinese div#petals li, body#chinese div#petals li a:hover {
	background-image: url(../webimage/4petal_c.jpg);
}
div#petals li a span {
	display: none;
}
div#petals li#food {
	width: 219px;
	height: 192px;
	left: 18px;
	top: 6px;
	background-position: -18px -6px;
}
div#petals li#food a {
	width: 219px;
	height: 192px;
}
div#petals li#food a:hover {
	background-position: -18px -425px;
	xbackground-color: #EF88B6;
}

div#petals li#fashion {
	width: 180px;
	height: 214px;
	left: 237px;
	top: 6px;
	background-position: -237px -6px;
}
div#petals li#fashion a {
	width: 180px;
	height: 214px;
}
div#petals li#fashion a:hover {
	background-position: -237px -425px;
	xbackground-color:#E27B88;
}

div#petals li#services {
	width: 189px;
	height: 207px;
	left: 18px;
	top: 198px;
	background-position: -18px -198px;
}
div#petals li#services a {
	width: 189px;
	height: 207px;
}
div#petals li#services a:hover {
	background-position: -18px -617px;
	xbackground-color:#D7DF7D;
}

div#petals li#specialty {
	width: 210px;
	height: 185px;
	left: 207px;
	top: 220px;
	background-position: -207px -220px;
}
div#petals li#specialty a {
	width: 210px;
	height: 185px;
}
div#petals li#specialty a:hover {
	background-position: -207px -639px;
	xbackground-color:#918981;
}
em a {
	text-decoration: none;
	font-style: normal;
}
em a:hover {
	text-decoration: underline;
}
em#foodlink a {
	font-weight: bold;
	color: #e64b8f;
}
em#fashionlink a {
	font-weight: bold;
	color: #d33649;
}
em#serviceslink a {
	font-weight: bold;
	color: #c2ce3a;
}
em#specialtylink a {
	font-weight: bold;
	color: #584c40;
}