#imageMenu { width: 240px;         /*overall image container width*/	overflow: hidden; background-color: #000; height: 600px;             /*overall container height*/	float: left; text-align: left; left: 24px; position: fixed; margin: 0; padding: 0; border-bottom: 1px solid #000; border-top-style: none; border-right-style: none; border-left-style: none; }#imageMenu ul {	list-style: none;	display: block;	height: 80px;	margin: 0;	padding: 0;}#imageMenu ul li { border-top: 1px solid #000;	/*float: left;*/	}#imageMenu ul li a {	/* change to 	text-indent: -1000px; if you want to use images in the menu instead of text*/	border-right: 2px solid #fff; cursor:pointer; overflow:hidden; width:240px;				/*image width*/	height: 80px; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; font-weight: bold; font-size: 24px; font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; color: white; background-color: #ffffff; background-image: none; background-attachment: scroll; background-position: 0 50%; text-align: left; text-indent: 10px; vertical-align: baseline; text-shadow: 3px 3px 4px#000; text-decoration: none; margin: 0; padding: 0; display: block; }#imageMenu ul li.bk1 a { background-color: transparent; background-image: url(images/1.jpg); background-position: 0 0; }#imageMenu ul li.bk2 a {	background: url(images/2.jpg) repeat scroll ;}#imageMenu ul li.bk3 a {	background: url(images/3.jpg) repeat scroll ;}#imageMenu ul li.bk4 a {	background: url(images/4.jpg) repeat scroll ;}#imageMenu ul li.bk5 a {	background: url(images/5.jpg) repeat scroll ;}#imageMenu ul li.bk6 a {	background: url(images/6.jpg) repeat scroll ;}#imageMenu ul li.bk7 a {	background: url(images/7.jpg) repeat scroll ;	border-right-style: none;}
