﻿/*****
Image Menu
v 2.2
	*****/

#imageMenu {
	height: 184px;
	overflow: hidden;
	background-color: #fff;
	background: transparent url(images/menu.gif) no-repeat;
	padding: 0;
	border-style: none;
	margin: 0 auto 20px auto;
  	width: 860px;
}

#imageMenu ul {
	list-style: none;
	margin: 15px 0 0 0;
	display: block;
	height: 184px;
	padding: 0;
	}

#imageMenu ul li {
	float: left;
	padding: 0;
	margin:0;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#fff;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:130px;
	height: 184px;
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

#imageMenu ul li a:hover {
	text-indent: -1000px;
	background:#fff;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:200px;
	height: 184px;
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

#imageMenu ul li a:active {
	text-indent: -1000px;
	background:#fff;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:200px;
	height: 184px;
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

#imageMenu ul li.bk1 a {
	background: url(images/visualart.jpg);
}

#imageMenu ul li.bk2 a {
	background: url(images/photography.jpg);
}

#imageMenu ul li.bk3 a {
	background: url(images/philosophy.jpg);
}

#imageMenu ul li.bk4 a {
	background: url(images/markup.jpg);
}

#imageMenu ul li.bk5 a {
	background: url(images/marketing.jpg);
}

#imageMenu ul li.bk6 a {
	background: url(images/cooking.jpg);
	border-right-style: none;
}


.clear {
	clear: both;
}


