#navigation {
	width:1000px;
	height:44px;
	padding:0;
	float:left;
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
	margin: 0;
	margin-top: 14px;
}
#navigation span {
display: none;
}
#navigation ul {
	padding:0;
	margin: 0;
}
#navigation li, #navigation a {
	height:44px;
	display:block;
	border: none;
}
#navigation li {
	list-style:none;
	display:inline;
	float: left;
	margin:0;
	padding:0;
}
#navigation #home {width: 60px;}
#navigation #internal-doors {width: 140px;}
#navigation #external-doors {width: 160px;}
#navigation #windows {width: 100px;}
#navigation #staircases {width: 100px;}
#navigation #fitments-furniture {width: 190px;}
#navigation #case-studies {width:120px;}
#navigation #contacts {width: 110px;}
#navigation #home a:hover {background: url(../images/nav.gif) 0px -45px no-repeat;}
#navigation #internal-doors a:hover {background: url(../images/nav.gif) -60px -45px no-repeat;}
#navigation #external-doors a:hover {background: url(../images/nav.gif) -200px -45px no-repeat;}
#navigation #windows a:hover {background: url(../images/nav.gif) -360px -45px no-repeat;}
#navigation #staircases a:hover {background: url(../images/nav.gif) -460px -45px no-repeat;}
#navigation #fitments-furniture a:hover {background: url(../images/nav.gif) -560px -45px no-repeat;}
#navigation #case-studies a:hover {background: url(../images/nav.gif) -750px -45px no-repeat;}
#navigation #contacts a:hover {background: url(../images/nav.gif) -870px -45px no-repeat;}
#navigation li a:focus, a:active {outline:0;}
