/* @override http://mac-host.com/slidingdoor/wp-content/themes/sliding-door/imagemenu/imageMenu.css */

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

#imageMenu {
	height: 170px;
	overflow: hidden;
	width: 675px;
	margin: 0;
	background-color: #000000;
	border-style: none;
}

#imageMenu ul {
	list-style: none;
	margin: 0 0 0 0;
	display: block;
	height: 130px;
	padding: 0;
	}

#imageMenu ul li {
	float: left;	
}

#imageMenu ul li a {
	/* change to 	text-indent: -1000px; if you want to use images in the menu instead of text*/
	background:#FFFFFF none repeat scroll 0%;
	cursor:pointer;
	display:block;
	border-right: 1px solid #000;
	overflow:hidden;
	width: 132.75px;
	height: 170px;	font-weight: bold;	font-size: 1.0em;	font-family: Hobo std, Georgia, Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none; 
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
	text-align: left;
	text-indent: 8px;
	vertical-align: baseline;
}

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

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

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

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

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

.clear {
	clear: both;
}


