/*****
Image Menu
v 2.2
	*****/
#dsaLogo { 
	position: absolute;
	top: -80px;
	left: 90px;
	width: 308px;
	height: 120px;
	background: url(../img/dsalogo.png);
	z-index: 400;
}
#imageMenuWrapper {
	position: relative;
	width: 940px;
	margin-top: 70px;
	overflow: visible;
	border-top: 3px solid white
	z-index: 300;
	
}

#imageMenuCover {
	position: relative;
	width: 900px;
	overflow: hidden;
	z-index: 300;
	margin-left: 20px;
	border: 3px solid white;
	margin-top: 10px;
}

#imageMenu {
	height: 150px;
	overflow: hidden;
	background-color: none;
	z-index: 300;
	padding: 0px;
	border-style: none;
	margin: 0 auto;
  	width: 964px;
}

#imageMenu ul {
	list-style: none;
	z-index: 300;
	margin: 0px;
	display: block;
	height: 150px;
	padding: 0;
	}

#imageMenu ul li {
	float: left;
	z-index: 300;
}

#imageMenu ul li a {
	position: relative;
	text-indent: -1000px;
	z-index: 300;
	background:#FFFFFF none repeat;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:128px;
	height: 200px;
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

#imageMenu ul li img {
	position: relative; 
	float: left; 
	z-index:299; 
	top: 0px; 
	left: 0px;
	height: 150px;
	border: none;
}

#imageMenu ul li.bk0 a {
	background: url(images/im0.jpg) repeat scroll 0%;
	border-right-style: none;
	height: 150px;
}
#imageMenu ul li.bk1 a {
	background: url(images/im1.jpg) repeat scroll 0%;
	border-right-style: none;
	height: 150px;
}
#imageMenu ul li.bk2 a {
	background: url(images/im2.jpg) repeat scroll 0%;
	border-right-style: none;
	height: 150px;
}
#imageMenu ul li.bk3 a {
	background: url(images/im3.jpg) repeat scroll 0%;
	border-right-style: none;
	height: 150px;
}
#imageMenu ul li.bk4 a {
	background: url(images/im4.jpg) repeat scroll 0%;
	border-right-style: none;
	height: 150px;
}
#imageMenu ul li.bk5 a {
	background: url(images/im5.jpg) repeat scroll 0%;
	border-right-style: none;
	height: 150px;
}
#imageMenu ul li.bk6 a {
	background: url(images/im6.jpg) repeat scroll 0%;
	border-right-style: none;
	height: 150px;
}


/*

#imageMenu ul li.bk0 a {
	z-index: 300;
}

#imageMenu ul li.bk1 a {
	z-index: 300;
}

#imageMenu ul li.bk2 a {
	z-index: 300;
}

#imageMenu ul li.bk3 a {
	z-index: 300;
}

#imageMenu ul li.bk4 a {
	z-index: 300;
}

#imageMenu ul li.bk5 a {
	z-index: 300;
}

#imageMenu ul li.bk6 a {
	border-right-style: none;
}
*/

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

.clear {
	clear: both;
}


