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

	Image Menu
	v 2.2

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

#imageMenu {
    float:left;
    width:190px; 
    margin:0 10px 10px 0;
    z-index:10; 
    background-color:#ffffff;
    overflow:hidden;
}

#imageMenu ul {
	list-style: none;
	margin:0 0 0 -40px;
	display: block;
	height: 300px; 
	width: 200px;
}

#imageMenu ul li {
	float: none; 
    height: 50px; 
	width: 200px;
}

#imageMenu ul li a {
	text-indent: -350px;
	background:#ffffff none repeat scroll 0%;
	border-top: 2px solid #ffffff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width: 150px;
	height:150px; 
}

#imageMenu ul li.home a 
{
	background: url(../images/menu/home.gif) repeat scroll top;
}

#imageMenu ul li.services a 
{
	background: url(../images/menu/services.gif) repeat scroll top;
}

#imageMenu ul li.hips a 
{
	background: url(../images/menu/hips.gif) repeat scroll top;
}

#imageMenu ul li.faq a {
	background: url(../images/menu/faq.gif) repeat scroll top;
}

#imageMenu ul li.team a {
	background: url(../images/menu/team.gif) repeat scroll top;
}

#imageMenu ul li.contact a {
	background: url(../images/menu/contact.gif) repeat scroll top;
}

#imageMenu ul li.links a {
	background: url(../images/menu/links.gif) repeat scroll top;
}


.clear {
	clear: both;
}

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

