@charset "UTF-8";
/* CSS Document */

#imageMenu {
	position: relative;
	width: 800px;
	height: 27px;
	overflow: hidden;
	padding: 0;
}

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


#imageMenu ul li a {
	text-indent: -1000px;
	background:#003399;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width: 400px;
	height: 27px;
	padding: 0;
	float: left;
}

#imageMenu ul li.phone a {
	width: 485px;
	background-image: url(../_images/contact_phone.jpg);
	background-color: #039;
	background-repeat: no-repeat;
	background-position: center center;
}

#imageMenu ul li.email a {
	width: 315px;
	background-image: url(../_images/contact_email.jpg);
	background-color: #039;
	background-repeat: no-repeat;
}