.menu {
	position: relative;
	float:left;
	overflow: hidden;
	top: 45px;
	left: 10px;
	float: left;
	width: 200px;
	height: 600px;
	margin: 0px;
	padding: 0px;
	margin-left: 0px;
}

.menubuttonlist {
	position: absolute;
	top: 0px;
	left: 0px;
}

.menuspacer {
	position: relative;
	clear: both;
	height: 300px;
	width: 199px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	
}

.menubutton {
	position: relative;
	float: left;
	width: 99px;
	height: 99px;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	text-align: center;
	z-index: 1;
}


.menubuttonface {
	position: absolute;
	width: 99px;
	height: 99px;
	left: 0px;
	top: 0px;
	padding: 0px;
	margin: 0px;
	z-index: 10;
}


.buttonmask {
	position: absolute;
	background-color: #000000;
	top: 0px;
	left: 0px;
	width: 99px;
	height: 99px;
	z-index: 6;
}


.menubuttonimage img {
	position: absolute;
	height: 60px;
	width: 60px;
	top: 15px;
	left: 15px;
	z-index: 5;
}

.menubuttontxt {
	position: absolute;
	width: 99px;
	left: 0px;
	top: 0px;
	padding: 0px;
	margin: 0px;
	z-index: 7;
	margin-top: 41px;
	font-size: 13px;
	color: white;
	font-weight: bold;
	text-align: center;
}

.imagelogo {
	top: 0px;
	left: 0px;
	width: 200px;
}

.menuimage {
	position: relative;
	display: block;
	width: 200px;
	height: 600px;
	border: none;
	margin: 0px;
	padding: 0px;
}

.menu ul { /* this is your UL of images */ 
	position: absolute; 
	list-style-type: none; 
	margin: 0px; 
	padding: 0px; 
	left: 0px;
	top: 0px; 
	width: 1%; 
} 

.menu ul li {  
	float:left; 
	clear: both;
	overflow: hidden;
	height: 600px;
	width: 200px;
	margin: 0px;
	padding: 0px;
} 