.menu-fornt-c{
	width: 457px;
	height: 330px;
}
#menu-front-wrapper{
	
    background: url("../images/border.png") no-repeat scroll center top transparent;
    padding:5px;
}
#menu-front-wrapper1{
	margin: 70px 0 0 220px;
	background: url("../images/menu_front_bg.png") repeat-x 52px center;
	border-color:rgb(0,0,0);
	border: 7px solid rgba(0, 0, 0, 0.33);
	border-width: 7px 7px 7px 7px;
	background-clip:padding-box;
	width: 447px;
	height: 320px;
}
#menu-front-wrapper2{
	background: url("../images/menu_front_bg_tr.png") no-repeat right bottom transparent;
	width: 447px;
	height: 320px;
}
.bmenu {
    font-family:Lucida console;
    padding: 10px 0 0 0;
    position: relative;
    text-align: center;
    width: 380px;
	height: 320px;
	margin:0 auto;
	
}
.bmenu li{
	color:#000;
    font-size: 40px;
    display: block;
}
.bmenu li a{
	font-weight: 600 !important;
	color: #000;
	text-shadow:1px 0px 0px #eee,
	            -1px 0px 0px #eee,
	            0px 1px 0px #eee,
	            0px -1px 0px #eee,
	            1px 1px 0px #eee,
	            1px -1px 0px #eee,
	            -1px -1px 0px #eee,
	            -1px 1px 0px #eee;
	letter-spacing: 1px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.bmenu:hover li a{

}
.bmenu li a:hover{
	color: #000;
	text-shadow:3px 0px 4px #fff,
	            -3px 0px 4px #fff,
	            0px 3px 4px #fff,
	            0px -3px 4px #fff,
	            3px 3px 4px #fff,
	            3px -3px 4px #fff,
	            -3px -3px 4px #fff,
	            -3px 3px 4px #fff;
	
}