@charset "utf-8";
/* CSS Document */
#nav{
	width:120px;

}

#nav ul{
	padding: 0px;
	margin: 0px;
}
#nav div#items{
	background-color: #FFFFFF;
	padding-left:15px;
	padding-right:5px;
	padding-bottom:15px;
	padding-top:15px;
}
#nav div#logo{
	padding:0px;
	height:76px;
}
#nav div#hairline{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	height: 4px;
	margin-bottom: 6px;
	margin-top: 0px;
	width:90px;
}
#nav div#head{
	padding:0px;
}
#nav div.linkitem,
#nav div.linkitemactive{
	margin-left: 8px;
	height:13px;
}

#nav div.head,
#nav div.navitem{
padding-bottom:2px;
}


#nav div.navitem{
	clear:both;
}
#nav div.over{
	background-image: url(../img/logo/3hoek.jpg);
	background-repeat: no-repeat;
	float:left;
	width: 5px;
	height:13px;
	background-position: 0px 3px;
}

#nav div.head,
#nav div.linkitem a,
#nav div.head a

{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
	letter-spacing: 1px;
}



/*#nav div.linkitem a:hover,
#nav div.linkitemactive a,
#nav div.linkitemactive a:hover,
#nav div.head a:hover,
#nav div.active a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #FF0000;
	letter-spacing: 1px;
	
}

#nav ul li a:hover{
	color: #FF0000;
}

*/

#nav div#retail{
	padding-bottom: 22px;
}
#nav div#interior{
	padding-bottom: 52px;
}
#nav div#about{
	padding-bottom: 22px;
}
#nav div#contact{
	padding-bottom: 40px;
}


