
#container {
	width: 300px;
	margin: auto;
	padding-top: 00px;
	padding-bottom: 50px;
}



#imageMenu {
	margin-top:300px;	
	float:left;
	width: 238px;
	height: 398px;
	overflow: hidden;
	margin:0px;
}
#imageMenu ul {
	margin-left:0px;
	padding-left:0px;
	list-style: none;
	margin: 0px;
	display: block;
	height: 600px;
	width: 1000px;
}
#imageMenu ul li {
	margin-left:0px;
	padding-left:0px;
	clear:both;
	float: left;
}
#imageMenu ul li a {
	padding-top:5px;
	font-family:arial;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 1px solid #999999;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:238px;
	height: 75px;
	color:#ffffff;
	font-size:18px;
	font-weight:normal;
	text-indent: 10px;
	text-decoration:none;
}
#imageMenu ul li a:hover{
	text-decoration:none;
}
#imageMenu ul li.who a {
	background: url(/images/default/int2010_components/menu1.jpg) repeat scroll 0%;
	background-position:top;
}

#imageMenu ul li.what a {
	background: url(/images/default/int2010_components/menu2.jpg) repeat scroll 0%;
	background-position:top;
}

#imageMenu ul li.why a {
	background: url(/images/default/int2010_components/menu3.jpg) repeat scroll 0%;
	background-position:top;
}

#imageMenu ul li.where a {
	background: url(/images/default/int2010_components/menu4.jpg) repeat scroll 0%;
	background-position:top;
}

#imageMenu ul li.when a {
	background: url(/images/default/int2010_components/menu5.jpg) repeat scroll 0%;
	background-position:top;
}

.clear {
	clear: both;
}

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


