
.ccjimgMenu {
	position:relative;
	padding: 0px;
	width:540px;
	height:400px;
	overflow: hidden;
	float:left;
}

.ccjimgMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 400px;
	position: relative;
	}
	
.ccjimgMenu ul li {
	width: 270px;
	float: left;
	display: block;
	overflow: hidden;
}

.ccjimgMenu ul li a {
	text-indent: -1000px;
	background:#fff repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow: hidden;
	height: 400px;
}






.rcjimgMenu{
	position:relative;
	padding: 0px;
	width:900px;
	height:400px;
	overflow: hidden;
	float:left;
}

.rcjimgMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 400px;
	position: relative;
	}
	
.rcjimgMenu ul li {
	width: 300px;
	float: left;
	display: block;
	overflow: hidden;
}

.rcjimgMenu ul li a {
	text-indent: -1000px;
	background:#fff repeat scroll 0%;
	border-right: 2px solid #000;
	cursor:pointer;
	display:block;
	overflow: hidden;
	height: 400px;
}


