@charset "utf-8";
/*
body {
	background: url(../index/imgs/pic01.jpg);
}*/
.sweetMenuAnchor {
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	font-family: arial;
	text-decoration: none;
	background-color: #888888;
	opacity: 0.6;

	
}
.sweetMenuAnchor span {
	display: block;
	padding-top: 10px;
	
}

#backMenu,#exampleMenu{z-index: 9999;}
#backMenu ul li a,#exampleMenu ul li a{width:300px!important;}
