#navBox {
	height: 190px;
	width: 200px;
	margin: 0;
	background: #fff;
}
#nav {
	height: 190px;
	width: 200px;
	background: #fff;
	margin: 0;
}
#nav.fixed {
	height: 223px;
	position: fixed;
	width: 200px;
	top: 0;
	margin: 0;
}
#navBorder {
	height: 1px;
	width: 175px;
	border-bottom: 1px dotted #999;
	margin: -1px 0 0 24px;
}
#navBorder.fixed {
	width: 175px;
	border-bottom: 1px dotted #999;
	margin: 117px 0 0 24px;
	position: fixed;
}
#fadeMenu {
	width: 200px;
	height: 70px;
	margin: 0;
}
#fadeMenu.fixed {
	width: 200px;
	height: 70px;
	position: fixed;
	margin: 120px 0 0 0;
}

/* hight of navBox, nav, nav.fixed (+33px) relates to top margin of navBorder.fixed (-73px of hight) & fadeMenu.fixed (-70px of hight) in relation */