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

#imageMenu {
	background-color: black;
	/*padding-left: 220px;*/
	border-style: none;
        height: 40px;
}
#menu {
	position:absolute;
	left: 520px;
	top: 105px;
}
#imageMenu a {
	/*font-family:"Arial", Times, serif;*/
	font-size: large;
	padding-right: 0px;
	text-decoration: none;
	color: white;
}
.clear {
	height: 300px;
	clear: both;
}
