@charset "utf-8";

#themenu {
	list-style-type: none;

/*	display:block;*/
	
	/*position:absolute;*/
	z-index: 2;
	
/*	this solves the menu being pushed to the right in ie	*/
	margin-left:0px;
	padding-right:0px;	
	
background-image: url(images/diagonals.gif);
}


#themenu li{
	display:block;
height:120px;
	width:160px;
	border: 1px solid #FFFFFF;
	
	margin-left:0px;
	padding-right:0px;

	
}

#themenu li a{
	display:block;
	height:120px;
	background-image:url(images/menu/menuBlack.png);
	background-repeat: repeat-x;
	padding-top:90px;
	padding-left:10px;
	background-position: 120px;	
	
	color:#FFFFFF;
/*	font-weight:bold;*/
	text-decoration:none;
	font-size:0.9em;
}

#themenu li a:hover{

	background-image:url(images/menu/menuBlue.png);

}





  #themenu li.icon1 {
	background-image: url(images/menu/RentedOfficesWirral01.jpg);
	background-repeat: no-repeat;
  }
    #themenu li.icon2 {
	background-image: url(images/menu/RentedOfficesWirral02.jpg); 
		background-repeat: no-repeat; 
  }
    #themenu li.icon3 {
	background-image: url(images/menu/RentedOfficesWirral04.jpg); 
		background-repeat: no-repeat; 
  }
    #themenu li.icon4 {
	background-image: url(images/menu/RentedOfficesWirral06.jpg); 
			background-repeat: no-repeat;  
  }
    #themenu li.icon5 {
	background-image: url(images/menu/RentedOfficesWirral05.jpg); 
			background-repeat: no-repeat;  
  }
    #themenu li.icon6 {
		background-image: url(images/menu/RentedOfficesWirral03.jpg); 

			background-repeat: no-repeat;  
  }
