
.jimgMenu {
	/*position:relative;
	margin: 0px 0px 0px 50px;
	padding: 0px;
	width:475px;
	height:200px;
	overflow: hidden;*/
	
	/*display:block;*/
	margin: 0 auto;
	height: 350px;
	overflow: hidden;
	padding: 0px;
	border-style: none;
	width: 900px;
}

.jimgMenu ul {
	/*list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 200px;
	position: relative;*/
	
	position: relative;
	
	list-style: none;
	margin: 0px;
	display: block;
	height: 400px;
	padding: 0;
	/*width:100%;*/
	margin-left:15px;
	}
	
.jimgMenu ul li {
	/*width: 95px;
	float: left;
	display: block;
	overflow: hidden;*/
	
	width:175px;
	display: block;
	overflow: hidden;
	
	float: left;
	padding:0px;
	padding-right:5px;
}

.jimgMenu ul li a {
	/*text-indent: -1000px;
	background:#fff repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow: hidden;
	height: 200px;*/
	
	/* change to 	text-indent: -1000px; if you want to use images in the menu instead of text*/
	background:#000000 none repeat scroll 0%;
	/*border-right: 2px solid #fff;*/
	cursor:pointer;
	display:block;
	overflow:hidden;
	/*width:165px;*/
	height:400px;
	
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: white;
	text-decoration: none;
	/*margin: 0px;
	padding: 0px;*/
	padding-left:5px;
	text-align:center;
	text-indent:0px;
	vertical-align: baseline;
	/*line-height:705px;*/
	line-height:590px;
	text-transform:uppercase;
}

/*.jimgMenu ul li a:hover {
	color:#FFFFFF;
	font-size:14px;
	font-weight: bold;
	text-decoration:none;
}*/

.jimgMenu ul li.bk1 a {	
	background: url(images/1.jpg) repeat scroll 0%;
}

.jimgMenu ul li.bk2 a {
	background: url(images/2.jpg) repeat scroll 0%;
}

.jimgMenu ul li.bk3 a {
	background: url(images/3.jpg) repeat scroll 0%;
}

.jimgMenu ul li.bk4 a {
	background: url(images/4.jpg) repeat scroll 0%;
}

.jimgMenu ul li.bk5 a {
	background: url(images/5.jpg) repeat scroll 0%;
	border-right-style: none;
}

.jimgMenu ul li.bk6 a {
	background: url(images/6.jpg) repeat scroll 0%;
	border-right-style: none;
}

.jimgMenu ul li.bk7 a {
	background: url(images/7.jpg) repeat scroll 0%;
	border-right-style: none;
}


.clear {
	clear: both;
}

