/****************** menu-styling ******************/
#ico {
	position: relative;
	height: 66px;
	width: 550px;
	z-index: 3;
	left: 45px;
}

#ico ul{
	width: 620px;
	height: 66px;
}
#ico ul li{
	float:left;
	position: relative;
	padding-left: 15px;
	
}
#ico ul li.home{
	width:72px;
	height:66px;
	background-repeat: no-repeat;
	background-position: 0 0;
	
}
#ico ul li.home a{
	width:72px;
	height:66px;
	display:block;
	text-indent:-20000px;
	background-image: url(MENU/home.jpg);
	background-position: 0 0;
}
#ico ul li.home a:hover{
	width:72px;
	height:66px;
	cursor: pointer;
	text-indent:-20000px;
	background-image: url(MENU/homeh.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#ico ul li.home a:focus{
	width:72px;
	height:66px;
	text-indent:-20000px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#ico ul li.home a em {
	width:72px;
	height:66px;
	position: absolute;
	top:0; 
    left:0; 

}
#ico ul li.about{
	width:100px;
	height:66px;
	background-repeat: no-repeat;
	background-position: 0 0;
	
}
#ico ul li.about a{
	width:100px;
	height:66px;
	display:block;
	text-indent:-20000px;
	background-image: url(MENU/about.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#ico ul li.about a:hover{
	width:100px;
	height:66px;
	cursor: pointer;
	text-indent:-20000px;
	background-image: url(MENU/abouth.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#ico ul li.about a em {
	width:100px;
	height:66px;
	position: absolute;
	top:0; 
    left:0; 
	}
#ico ul li.products{
	width:102px;
	height:66px;
	background-repeat: no-repeat;
	background-position: 0 0;
	
}
#ico ul li.products a{
	width:102px;
	height:66px;
	display:block;
	text-indent:-20000px;
	background-image: url(MENU/products.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#ico ul li.products a:hover{
	width:102px;
	height:66px;
	cursor: pointer;
	text-indent:-20000px;
	background-image: url(MENU/productsh.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#ico ul li.products a em {
	width:102px;
	height:66px;
	position: absolute;
	top:0; 
    left:0; 
	}
#ico ul li.contact{
	width:88px;
	height:66px;
	background-repeat: no-repeat;
	background-position: 0 0;
	
}
#ico ul li.contact a{
	width:88px;
	height:66px;
	display:block;
	text-indent:-20000px;
	background-image: url(MENU/contact.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#ico ul li.contact a:hover{
	width:88px;
	height:66px;
	cursor: pointer;
	text-indent:-20000px;
	background-image: url(MENU/contacth.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#ico ul li.contact a em {
	width:88px;
	height:66px;
	position: absolute;
	top:0; 
    left:0; 
	}
#ico ul li.purchases{
	width:113px;
	height:66px;
	border:none;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#ico ul li.purchases a{
	width:113px;
	height:66px;
	display:block;
	text-indent:-20000px;
	background-image: url(MENU/purchase.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#ico ul li.purchases a:hover{
	width:113px;
	height:66px;
	cursor: pointer;
	text-indent:-20000px;
	background-image: url(MENU/purchaseh.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#ico ul li.purchases a em {
	width:113px;
	height:66px;
	position: absolute;
	top:0; 
    left:0; }
	
	
