.cc_menu{
	width: 980px; /*140px * 5*/
	height: 600px;
	position: relative;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	z-index: 5;
	background-color: #00AE52;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: auto;
	margin-right: auto;
}
.cc_item{
	text-align: center;
	width: 140px;
	height: 600px;
	float: left;
	border-bottom: 1px solid #000;
	position: relative;
	-moz-box-shadow: 3px -3px 10px #000;
	-webkit-box-shadow: 3px -3px 10px #000;
	box-shadow: 3px -3px 10px #000;

}
span.cc_title{
	color: #000;
	font-size: 15px;
	top: 20px;
	left: 5px;
	position: absolute;
	padding: 3px 0px;
	width: 130px;
	display: block;
	z-index: 11;
	-moz-box-shadow: 1px 1px 4px #000;
	-webkit-box-shadow: 1px 1px 4px #000;
	box-shadow: 1px 1px 4px #000;
	font-weight: bold;
	background-color: #02AA4B;
	font-family: "Amarante Regular";
}
span.cc_title:hover{
	background-color: #C4447F;
	color: #FFF;
}	
span.cc_title a:hover{
	text-decoration: none;	
}
.cc_submenu ul{
	list-style: none;
	width: 140px;
	margin: 0;
	height: 0px; /*increase to 200px to slide up*/
	overflow: hidden;
	text-align: left;
	position: absolute;
	left: 2px;
	top: 50px;
	z-index: 13;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.cc_submenu ul li{
	color: #333333;
	cursor: pointer;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
/*	background-color: rgba(197,69,128,0.8);*/
	background-color: rgba(255,255,255,0.8);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	-moz-box-shadow: 0px 0px 4px #000;
	-webkit-box-shadow: 0px 0px 4px #000;
	box-shadow: 0px 0px 4px #000;
}
.cc_submenu ul li:hover{
	color: #FFFFFF;
	background-color: rgba(197,69,128,0.9);
}	
.cc_item img{
	position: absolute;
	width: 140px;
	height: 600px;
	top: -600px;
	left: 0px;
}
.cc_content{
	width: 840px;
	height: 600px;
	border-bottom: 1px solid #000;
	position: absolute;
	left: -1400px;
	overflow: hidden;
	-moz-box-shadow: 4px 0 7px #000;
	-webkit-box-shadow: 4px 0 7px #000;
	box-shadow: 4px 0 7px #000;
	background-color: #444;
	background-image: url(../menu/images/bg.png);
	background-repeat: repeat;
	background-position: left top;
}
.cc_content div{
	display:none;
	margin:20px;
}
.cc_content p{
	background: #000;
	opacity: 0.7;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
span.cc_back{
	position:absolute;
	bottom:10px;
	right:10px;
	cursor:pointer;
	color:#ddd;
}
