/* CSS Document */

#topNav{
	height:36px;
	background-color:#000000;
}

#topNav ul{
	list-style-type:none;
	padding:13px 26px 9px 18px;
}

#topNav ul li{
	background:url(images/seperator.gif) no-repeat top right;
	display:block;
	float:left;
	height:16px;
}

#topNav ul li.lastlink{
	background:none;
}

#topNav ul li a{
	height:16px;
	display:block;
	text-decoration:none;
}

#topNav ul li a span{
	visibility:hidden;
}

#topNav ul li.lastlink{
	float:left;
	display:block;
}

#topNav ul li a.home{
	background:url(images/homeOn.gif) no-repeat;
	width:47px;
}

#topNav ul li a.activeHome{
	background:url(images/homeOn_DE.gif) no-repeat left bottom;
	width:47px;
}

#topNav ul li a.exploreDefinia{
	background:url(images/exploreDefinia_DE.gif) no-repeat;
	width:116px;
}

#topNav ul li a.exploreDefiniaActive{
	background:url(images/exploreDefinia_DE.gif) no-repeat left bottom;
	width:116px;
}

#topNav ul li a.definiaRange{
	background:url(images/definiaRange_DE.gif) no-repeat ;
	width:113px;
}

#topNav ul li a.definiaRangeActive{
	background:url(images/definiaRange_DE.gif) no-repeat left bottom;
	width:113px;
}

#topNav ul li a.polaroidEvolution{
	background:url(images/polaroidEvolution_DE.gif) no-repeat;
	width:162px;
}

#topNav ul li a.polaroidEvolutionActive{
	background:url(images/polaroidEvolution_DE.gif) no-repeat left bottom;
	width:162px;
}

#topNav ul li a.whereToBuy{
	background:url(images/whereToBuy_DE.gif) no-repeat;
	width:88px;
}

#topNav ul li a.whereToBuyActive{
	background:url(images/whereToBuy_DE.gif) no-repeat left bottom;
	width:88px;
}

#topNav ul li.logo{
	float:right;
	margin-top:-2px;
	width:84px;
}

#topNav ul li.logo a {
	display:block;
	background: url(../images/logo.gif) no-repeat;
	height:16px;
	text-indent:-1000em;
}

#topNav ul li.logo h1{
	display:none;
}

#topNav ul li a:hover{
	background-position:left bottom;
}



