* html #navigation a {width:1%;} /* see http://www.positioniseverything.net/explorer/escape-floats.html */

/* navigation
--------------------------------------------------*/


#navigation ul {
	position: relative;
	left: 0;
	top: 0;
	height: 21px;
	border: 0;
	padding: 0;
	margin: 0;
	list-style: none;
}

#navigation ul li {
	float : left;
	padding : 0;
	margin : 0;
}

#navigation ul li a {
	display : block;
	text-decoration : none;
	padding : 0;
	margin : 0;
	height : 21px;
}


/* Opmaak buttons */
/* logo */
#navigation ul li#logo a {
		background : url(../images/logo.gif) no-repeat 0% -21px;
		width : 137px;
}

/* streep */
#navigation ul li#streep a {
	background : url(../images/streep.gif) no-repeat 0% 0%;
	width : 15px;
}
#streep ul li#streep a {
	background : url(../images/streep.gif) no-repeat 0% 0%;
}


/* home */
#navigation ul li#home a {
	background : url(../images/home.gif) no-repeat 0% 0%;
	width : 67px;
	
}
#home ul li#home a {
	background : url(../images/home.gif) no-repeat 0% -21px;
}
#navigation ul li#home a:hover, #home ul li#home a:hover {
	background : url(../images/home.gif) no-repeat 0% -21px;
}

/* aboutus */
#navigation ul li#aboutus a {
	background : url(../images/aboutus.gif) no-repeat 0% 0%;
	width : 99px;
}
#aboutus ul li#aboutus a {
	background : url(../images/aboutus.gif) no-repeat 0% -21px;
}
#navigation ul li#aboutus a:hover, #aboutus ul li#aboutus a:hover {
	background : url(../images/aboutus.gif) no-repeat 0% -21px;
}

/* meettheteam */
#navigation ul li#meettheteam a {
	background : url(../images/meettheteam.gif) no-repeat 0% 0%;
	width : 160px;
}
#meettheteam ul li#meettheteam a {
	background : url(../images/meettheteam.gif) no-repeat 0% -21px;
}
#navigation ul li#meettheteam a:hover, #meettheteam ul li#meettheteam a:hover {
	background : url(../images/meettheteam.gif) no-repeat 0% -21px;
}

/* films */
#navigation ul li#films a {
	background : url(../images/films.gif) no-repeat 0% 0%;
	width : 61px;
}
#films ul li#films a {
	background : url(../images/films.gif) no-repeat 0% -21px;
}
#navigation ul li#films a:hover, #films ul li#films a:hover {
	background : url(../images/films.gif) no-repeat 0% -21px;
}

/* galleries */
#navigation ul li#galleries a {
	background : url(../images/galleries.gif) no-repeat 0% 0%;
	width : 97px;
}
#galleries ul li#galleries a {
	background : url(../images/galleries.gif) no-repeat 0% -21px;
}
#navigation ul li#galleries a:hover, #galleries ul li#galleries a:hover {
	background : url(../images/galleries.gif) no-repeat 0% -21px;
}

/* store */
#navigation ul li#store a {
	background : url(../images/store.gif) no-repeat 0% 0%;
	width : 66px;
}

#store ul li#store a {
	background : url(../images/store.gif) no-repeat 0% -21px;
}
#navigation ul li#store a:hover, #store ul li#store a:hover {
	background : url(../images/store.gif) no-repeat 0% -21px;
}

/* links */
#navigation ul li#links a {
	background : url(../images/links.gif) no-repeat 0% 0%;
	width : 59px;
}
#links ul li#links a {
	background : url(../images/links.gif) no-repeat 0% -21px;
}
#navigation ul li#links a:hover, #links ul li#links a:hover {
	background : url(../images/links.gif) no-repeat 0% -21px;
}

/* contact */
#navigation ul li#contact a {
	background : url(../images/contact.gif) no-repeat 0% 0%;
	width : 87px;
}
#contact ul li#contact a {
	background : url(../images/contact.gif) no-repeat 0% -21px;
}
#navigation ul li#contact a:hover, #contact ul li#contact a:hover {
	background : url(../images/contact.gif) no-repeat 0% -21px;
}


/* newsletter */
#navigation ul li#newsletter a {
	background : url(../images/newsletter.gif) no-repeat 0% 0%;
	width : 121px;
}
#newsletter ul li#newsletter a {
	background : url(../images/newsletter.gif) no-repeat 0% -21px;
}
#navigation ul li#newsletter a:hover, #newsletter ul li#newsletter a:hover {
	background : url(../images/newsletter.gif) no-repeat 0% -21px;
}

