﻿
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: absolute;
	width: 600px;
	height: 348px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 348px;
	width: 600px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#000000 none repeat scroll 0%;
	border-right: 4px solid #301b11;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:130px;
	height: 348px;
	}

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

}

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

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

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

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


.clear {
	clear: both;
}

/*************************************************************/


