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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 896px;
	height: 150px;
	overflow: hidden;
	margin: 0px auto;
	background-color: #7C8099;		
}

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

#imageMenu ul li {
	float: left;	
}

div.menuspacer
{
   background-color: #535A6D;
   height: 148px;
   width: 100px;
   color: #000;
   border: 1px solid black;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:98px;
	height: 150px;
}

#imageMenu ul li.home a {
	background: url(menuimages/new_home_parent_icon.jpg) repeat scroll 0%;
}
#imageMenu ul li.home-sel a {
	background: url(menuimages/new_home_icon.jpg) repeat scroll 0%;
}

#imageMenu ul li.admin a {
	background: url(menuimages/new_admin_parent_icon.jpg) repeat scroll 0%;
}
#imageMenu ul li.admin-sel a {
	background: url(menuimages/new_admin_icon.jpg) repeat scroll 0%;
}

#imageMenu ul li.projects a {
	background: url(menuimages/new_projects_parent_icon.jpg) repeat scroll 0%;
}
#imageMenu ul li.projects-sel a {
	background: url(menuimages/new_projects_icon.jpg) repeat scroll 0%;
}

#imageMenu ul li.sales a {
	background: url(menuimages/new_sales_parent_icon.jpg) repeat scroll 0%;
}
#imageMenu ul li.sales-sel a {
	background: url(menuimages/new_sales_icon.jpg) repeat scroll 0%;
}

#imageMenu ul li.support a {
	background: url(menuimages/new_maintenance_parent_icon.jpg) repeat scroll 0%;
}
#imageMenu ul li.support-sel a {
	background: url(menuimages/new_maintenance_icon.jpg) repeat scroll 0%;
}

#imageMenu ul li.logout a {
	background: url(menuimages/new_logout_parent_icon.jpg) repeat scroll 0%;
}
#imageMenu ul li.logout-sel a {
	background: url(menuimages/new_logout.jpg) repeat scroll 0%;
}

#imageMenu ul li.content a {
	background: url(menuimages/new_content_parent_icon.jpg) repeat scroll 0%;
}
#imageMenu ul li.content-sel a {
	background: url(menuimages/new_content_icon.jpg) repeat scroll 0%;
}

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

#imageMenu ul li.accounting a {
	background: url(menuimages/new_accounts_parent_icon.jpg) repeat scroll 0%;
}
#imageMenu ul li.accounting-sel a {
	background: url(menuimages/new_accounts_icon.jpg) repeat scroll 0%;
}

#imageMenu ul li.address a {
	background: url(menuimages/new_address_parent_icon.jpg) repeat scroll 0%;	
}
#imageMenu ul li.address-sel a {
	background: url(menuimages/new_address_icon.jpg) repeat scroll 0%;	
}

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

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

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

.clear {
	clear: both;
}

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


