
.jimgMenu {
	position: relative;
	width: 277px;
	height: 470px;
	overflow: hidden;
}

.jimgMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 240px;
	width: 277px;
	
	}

.jimgMenu ul li {
	float: left;
	padding-bottom:3px;
}

.jimgMenu ul li {
	/*text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;*/
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:277px;
	height: 40px;
}

.jimgMenu ul li.myReal {
	/*background: url(/images/button1.jpg) repeat scroll 0%;*/
	background-position:top;
	/*min-width:238px;*/
}

.jimgMenu ul li.lifestyle {
	/*background: url(/images/button2.jpg) repeat scroll 0%;*/
	background-position:top;

}

.jimgMenu ul li.careers {
	/*background: url(/images/button3.jpg) repeat scroll 0%;*/
	background-position:top;

}
.jimgMenu ul li.vow {
	/*background: url(/images/button3.jpg) repeat scroll 0%;*/
	background-position:top;

}

.clear {
	clear: both;
}
